diff options
Diffstat (limited to 'server/connection.h')
-rw-r--r-- | server/connection.h | 2 |
1 files changed, 1 insertions, 1 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); |