[ovs-dev] [PATCH -v2] checkpatch: fix typographical error

Bala Sankaran bsankara at redhat.com
Mon Nov 5 18:37:32 UTC 2018


A typographical error in a prompt for missing
python enchant library is identified and fixed.

v2:
* Rebasing done to resolve previous conflicts

Signed-off-by: Bala Sankaran <bsankara at redhat.com>
---
 utilities/checkpatch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
index 8bbda7898..41676adab 100755
--- a/utilities/checkpatch.py
+++ b/utilities/checkpatch.py
@@ -927,7 +927,7 @@ if __name__ == '__main__':
             checking_file = True
         elif o in ("-S", "--spellcheck-comments"):
             if not open_spell_check_dict():
-                print("WARNING: The enchant library isn't availble.")
+                print("WARNING: The enchant library isn't available.")
                 print("         Please install python enchant.")
             else:
                 spellcheck_comments = True
-- 
2.17.2



More information about the dev mailing list