summaryrefslogtreecommitdiff
path: root/src/webvicli
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-06-30 20:05:11 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2012-07-02 21:17:01 +0300
commit50cb06a1ea355824c49398fe655f9d4296639502 (patch)
tree248f3f0b61f3ecb043924b31b790cf3cbc302949 /src/webvicli
parent530c8cf3720227cee10fd3224783c321df1b5c6f (diff)
downloadvdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.gz
vdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.bz2
Spelling fixes.
Diffstat (limited to 'src/webvicli')
-rw-r--r--src/webvicli/webvicli/client.py2
1 files changed, 1 insertions, 1 deletions
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