From 79b97c9923033d37a464085c12a64ffa9042f010 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 23 Aug 2013 16:11:52 +0200 Subject: oui-update: minor: Fix typo in error message s/Eror/Error/ Signed-off-by: Tobias Klauser --- oui-update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oui-update.py') 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)) -- cgit v1.2.3-54-g00ecf