The open source OpenXR runtime

st/oxr: Fix typo [NFC]

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2626>

authored by

Jakob Bornecrantz and committed by
Marge Bot
4fc2c3b3 cc58e418

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_session.c
··· 162 162 if (inst->quirks.map_stage_to_local_floor) { 163 163 /* When stage is mapped to local_floor: 164 164 * ignore stage changes 165 - * for local_floor changes, send a duplicate envent for stage 165 + * for local_floor changes, send a duplicate event for stage 166 166 * */ 167 167 switch (ref_change->ref_type) { 168 168 case XRT_SPACE_REFERENCE_TYPE_STAGE: return XR_SUCCESS;