mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
a/bindings: Fix typos
This commit is contained in:
parent
3e127a1fa3
commit
5a7412e86d
|
@ -60,7 +60,7 @@ class Feature:
|
|||
return paths
|
||||
|
||||
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"
|
||||
|
||||
def is_output(self):
|
||||
|
@ -68,7 +68,7 @@ class Feature:
|
|||
|
||||
|
||||
class Profile:
|
||||
"""An interctive bindings profile."""
|
||||
"""An interactive bindings profile."""
|
||||
def __init__(self, name, data):
|
||||
"""Construct an profile."""
|
||||
self.name = name
|
||||
|
|
Loading…
Reference in a new issue