From: Bala Sankaran Date: Mon, 5 Nov 2018 18:37:32 +0000 (-0500) Subject: checkpatch: fix typographical error X-Git-Tag: v2.12.3~1011 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=64b90b30223da753e0ec34599bc1bf25c04e5442;p=mirror_ovs.git checkpatch: fix typographical error A typographical error in a prompt for missing python enchant library is identified and fixed. Signed-off-by: Bala Sankaran Signed-off-by: Ben Pfaff --- 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