From 50cb06a1ea355824c49398fe655f9d4296639502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 30 Jun 2012 20:05:11 +0300 Subject: Spelling fixes. --- src/webvicli/webvicli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webvicli') diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 0d42102..92bbc69 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -619,7 +619,7 @@ class WVShell(cmd.Cmd): return cmd.Cmd.onecmd(self, c) except Exception: import traceback - print 'Exception occured while handling command "' + c + '"' + print 'Exception occurred while handling command "' + c + '"' print traceback.format_exc() return False -- cgit v1.2.3