a/bindings: Fix typos

This commit is contained in:
Ryan Pavlik 2021-04-27 11:00:40 -05:00
parent 3e127a1fa3
commit 5a7412e86d

View file

@ -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