The open source OpenXR runtime
0
fork

Configure Feed

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

t/cli: Fix typos

+2 -2
+2 -2
src/xrt/targets/cli/cli_cmd_calibrate.c
··· 58 58 printf(" %i) %s\n", ++p->index, product); 59 59 } else if (p->selected == ++p->index) { 60 60 // Do stuff 61 - printf(" :: Doing calibrartion\n"); 62 - printf(" Pretending to calibrarating camera '%s'\n", product); 61 + printf(" :: Doing calibration\n"); 62 + printf(" Pretending to calibrate camera '%s'\n", product); 63 63 } 64 64 } 65 65