The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/bindings: Fix typos

+2 -2
+2 -2
src/xrt/auxiliary/bindings/bindings.py
··· 60 60 return paths 61 61 62 62 def is_input(self): 63 - # only haptics is output so far, everythine else is input 63 + # only haptics is output so far, everything else is input 64 64 return self.feature_str != "haptic" 65 65 66 66 def is_output(self): ··· 68 68 69 69 70 70 class Profile: 71 - """An interctive bindings profile.""" 71 + """An interactive bindings profile.""" 72 72 def __init__(self, name, data): 73 73 """Construct an profile.""" 74 74 self.name = name