summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2012-06-28 17:17:59 +0200
committerFrank Schmirler <vdr@schmirler.de>2012-06-28 17:17:59 +0200
commit84db6323a6cddc7d48bfa4e89086e407894739d7 (patch)
tree2434406e6a4b5cbb4d52fb73a96bd2770f2345f4 /server
parent281105f0c7cdb70cfb532020cb8c3c3c8f1611e2 (diff)
downloadvdr-plugin-streamdev-84db6323a6cddc7d48bfa4e89086e407894739d7.tar.gz
vdr-plugin-streamdev-84db6323a6cddc7d48bfa4e89086e407894739d7.tar.bz2
Corrected typos (thanks to Ville Skyttä)
Diffstat (limited to 'server')
-rw-r--r--server/connection.h2
-rw-r--r--server/connectionVTP.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/connection.h b/server/connection.h
index 0d51da8..fdc5fd1 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -101,7 +101,7 @@ public:
/* Close the socket */
virtual bool Close(void);
- /* Check if a device would be available for transfering the given
+ /* Check if a device would be available for transferring the given
channel. This call has no side effects. */
static cDevice *CheckDevice(const cChannel *Channel, int Priority, bool LiveView, const cDevice *AvoidDevice = NULL);
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
index 39bf8de..7865757 100644
--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -1662,7 +1662,7 @@ bool cConnectionVTP::CmdMOVC(const char *Option)
Reply(250,"Channel \"%d\" moved to \"%d\"", From, To);
}
else {
- Reply(501, "Can't move channel to same postion");
+ Reply(501, "Can't move channel to same position");
}
}
else {