summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
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/vdr-plugin
parent530c8cf3720227cee10fd3224783c321df1b5c6f (diff)
downloadvdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.gz
vdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.bz2
Spelling fixes.
Diffstat (limited to 'src/vdr-plugin')
-rw-r--r--src/vdr-plugin/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr-plugin/request.h b/src/vdr-plugin/request.h
index 8f8eadb..4a37741 100644
--- a/src/vdr-plugin/request.h
+++ b/src/vdr-plugin/request.h
@@ -103,7 +103,7 @@ public:
virtual eRequestType GetType() { return REQT_MENU; }
- // Return the content of the reponse message
+ // Return the content of the response message
virtual cString GetResponse();
void SetTimer(cWebviTimer *t) { timer = t; }