From dbacfa65f0de1999957c6b93e2e372e607bc1988 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 4 Jan 2013 16:51:00 +0100 Subject: fixed minor typo --- inputdev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3