mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46: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);
|
||||
} else if (p->selected == ++p->index) {
|
||||
// Do stuff
|
||||
printf(" :: Doing calibrartion\n");
|
||||
printf(" Pretending to calibrarating camera '%s'\n", product);
|
||||
printf(" :: Doing calibration\n");
|
||||
printf(" Pretending to calibrate camera '%s'\n", product);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue