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:
-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)
)
)