diff options
-rwxr-xr-x | oui-update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oui-update.py b/oui-update.py index 52af122..f9e588e 100755 --- a/oui-update.py +++ b/oui-update.py @@ -57,7 +57,7 @@ def main(): assert False, "unhandled option" if not overwrite and os.path.exists(output_file): - print("Eror: output file {} already exists".format(output_file)) + print("Error: output file {} already exists".format(output_file)) sys.exit(-1) print("Updating OUI information in {} from {}... ".format(output_file, oui_url)) |