The open source OpenXR runtime
0
fork

Configure Feed

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

st/gui: Fix codespell error.

authored by

Rylie Pavlik and committed by
Simon Zeni
481ef3d7 3e744131

+1 -1
+1 -1
src/xrt/state_trackers/gui/gui_scene_record.c
··· 158 158 !cw->use.depthai_stereo && // 159 159 !cw->use.elp) { 160 160 U_LOG_W( 161 - "Can't recongnize camera name '%s', options are 'elp', 'depthai-[monocular|stereo]', index' & " 161 + "Can't recognize camera name '%s', options are 'elp', 'depthai-[monocular|stereo]', index' & " 162 162 "'leap_motion'.\n\tFalling back to 'index'.", 163 163 camera); 164 164 cw->use.index = true;