mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
a/bindings: Fix typos
This commit is contained in:
parent
3e127a1fa3
commit
5a7412e86d
|
@ -60,7 +60,7 @@ class Feature:
|
||||||
return paths
|
return paths
|
||||||
|
|
||||||
def is_input(self):
|
def is_input(self):
|
||||||
# only haptics is output so far, everythine else is input
|
# only haptics is output so far, everything else is input
|
||||||
return self.feature_str != "haptic"
|
return self.feature_str != "haptic"
|
||||||
|
|
||||||
def is_output(self):
|
def is_output(self):
|
||||||
|
@ -68,7 +68,7 @@ class Feature:
|
||||||
|
|
||||||
|
|
||||||
class Profile:
|
class Profile:
|
||||||
"""An interctive bindings profile."""
|
"""An interactive bindings profile."""
|
||||||
def __init__(self, name, data):
|
def __init__(self, name, data):
|
||||||
"""Construct an profile."""
|
"""Construct an profile."""
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
Loading…
Reference in a new issue