From 0b7c82200747e0f4fe3420ba62ad681d9c4390e5 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 8 Feb 2023 17:35:58 -0600 Subject: [PATCH] a/bindings: Fix typos --- src/xrt/auxiliary/bindings/bindings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xrt/auxiliary/bindings/bindings.py b/src/xrt/auxiliary/bindings/bindings.py index ff1309109..e463fbe46 100755 --- a/src/xrt/auxiliary/bindings/bindings.py +++ b/src/xrt/auxiliary/bindings/bindings.py @@ -201,10 +201,10 @@ class Component: return not self.is_input() -class Identifer: +class Identifier: """A Identifier is a OpenXR identifier with a user path, such as button X, a trackpad, a pose such as aim. It can have one or more features, even - tho outputs doesn't include a component/feature path a output indentifier + tho outputs doesn't include a component/feature path a output identifier will have a haptic output feature. """ @@ -238,7 +238,7 @@ class Identifer: component_list, json_subpath["dpad_emulation"]) - i = Identifer(subaction_path, + i = Identifier(subaction_path, identifier_path, json_path, component_list, @@ -271,7 +271,7 @@ class Profile: self.profile_type = json_profile["type"] self.monado_device_enum = json_profile["monado_device"] self.validation_func_name = profile_name.replace("/interaction_profiles/", "").replace("/", "_") - self.identifiers = Identifer.parse_identifiers(json_profile) + self.identifiers = Identifier.parse_identifiers(json_profile) self.steamvr_controller_type = None if "steamvr_controllertype" in json_profile: