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

Signed-off-by: Bala Sankaran <[email protected]>
---
 utilities/checkpatch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
index 5f5dd8318..22f168409 100755
--- a/utilities/checkpatch.py
+++ b/utilities/checkpatch.py
@@ -917,7 +917,7 @@ if __name__ == '__main__':
             checking_file = True
         elif o in ("-S", "--spellcheck-comments"):
             if no_spellcheck:
-                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

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to