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:
@@ -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
|
||||
|
Reference in New Issue
Block a user