]> git.proxmox.com Git - mirror_ovs.git/commitdiff
checkpatch: fix typographical error
authorBala Sankaran <bsankara@redhat.com>
Mon, 5 Nov 2018 18:37:32 +0000 (13:37 -0500)
committerBen Pfaff <blp@ovn.org>
Mon, 5 Nov 2018 19:44:15 +0000 (11:44 -0800)
A typographical error in a prompt for missing python enchant library is
identified and fixed.

Signed-off-by: Bala Sankaran <bsankara@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
utilities/checkpatch.py

index 8bbda78989c4341e1730cdaa62bb95050fbcdd1f..41676adab37510a88d1104b77f021cc3e65d02b1 100755 (executable)
@@ -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