Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2016-12-02 02:10:48 +0300
committerStany MARCEL <stanypub@gmail.com>2016-12-02 02:10:48 +0300
commitf9a26acea1bcbd7a604cb304d156335e2ec27df7 (patch)
treedd9c4dce0f5b590fa280fd61a2fef18499cb4bd2
parentfe66e531e8f2ce7a35fe68ddd72ee73e700e6e0f (diff)
Correct typo
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
-rw-r--r--src/uinput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uinput.py b/src/uinput.py
index 2ca68c1..537af2b 100644
--- a/src/uinput.py
+++ b/src/uinput.py
@@ -210,7 +210,7 @@ class UInput(object):
lib = path
break
if not lib:
- raise OSError('Cant find linuinput. searched at:\n {}'.format(
+ raise OSError('Cant find libuinput. searched at:\n {}'.format(
'\n'.join(possible_paths)
)
)