mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
st/gui: Fix codespell error.
This commit is contained in:
parent
3e744131c5
commit
481ef3d7b3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue