mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
t/cli: Fix typos
This commit is contained in:
parent
bbb5543f66
commit
777f905ee1
|
@ -58,8 +58,8 @@ list_cb(struct xrt_prober *xp,
|
||||||
printf(" %i) %s\n", ++p->index, product);
|
printf(" %i) %s\n", ++p->index, product);
|
||||||
} else if (p->selected == ++p->index) {
|
} else if (p->selected == ++p->index) {
|
||||||
// Do stuff
|
// Do stuff
|
||||||
printf(" :: Doing calibrartion\n");
|
printf(" :: Doing calibration\n");
|
||||||
printf(" Pretending to calibrarating camera '%s'\n", product);
|
printf(" Pretending to calibrate camera '%s'\n", product);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue