diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-04 16:51:00 +0100 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-04 16:51:00 +0100 |
commit | dbacfa65f0de1999957c6b93e2e372e607bc1988 (patch) | |
tree | 94fe4a73db6ff8e969827e409baebfc6bd337aa0 | |
parent | f7343169315b1aa9e5d68acfc2c2d9247cfc9a3b (diff) | |
download | vdr-plugin-inputdev-dbacfa65f0de1999957c6b93e2e372e607bc1988.tar.gz vdr-plugin-inputdev-dbacfa65f0de1999957c6b93e2e372e607bc1988.tar.bz2 |
fixed minor typo
-rw-r--r-- | inputdev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.cc b/inputdev.cc index 75d044c..addf8ce 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -568,7 +568,7 @@ cInputDeviceController::cInputDeviceController(cPlugin &p) fd_alive_[0] = -1; fd_alive_[1] = -1; - SetDescription("inpudev handler"); + SetDescription("inputdev handler"); } cInputDeviceController::~cInputDeviceController(void) |