2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

checkpatch: fix typographical error

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>
This commit is contained in:
Bala Sankaran
2018-11-05 13:37:32 -05:00
committed by Ben Pfaff
parent ba78710061
commit 64b90b3022

View File

@@ -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