st/gui: Fix codespell error.

This commit is contained in:
Rylie Pavlik 2024-03-21 11:31:34 -05:00 committed by Simon Zeni
parent 3e744131c5
commit 481ef3d7b3

View file

@ -158,7 +158,7 @@ window_create(struct gui_program *p, const char *camera)
!cw->use.depthai_stereo && //
!cw->use.elp) {
U_LOG_W(
"Can't recongnize camera name '%s', options are 'elp', 'depthai-[monocular|stereo]', index' & "
"Can't recognize camera name '%s', options are 'elp', 'depthai-[monocular|stereo]', index' & "
"'leap_motion'.\n\tFalling back to 'index'.",
camera);
cw->use.index = true;