diff options
Diffstat (limited to 'src/vdr-plugin/request.h')
-rw-r--r-- | src/vdr-plugin/request.h | 2 |
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; } |