The open source OpenXR runtime
0
fork

Configure Feed

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

d/vive: Fix typos

+2 -2
+2 -2
src/xrt/drivers/vive/vive_prober.c
··· 130 130 !xrt_prober_match_string(xp, dev, XRT_PROBER_STRING_PRODUCT, 131 131 VIVE_PRO_PRODUCT_STRING)) { 132 132 if (print_debug) 133 - printf("Vive Pro manufactuer string did not match.\n"); 133 + printf("Vive Pro manufacturer string did not match.\n"); 134 134 return -1; 135 135 } 136 136 ··· 197 197 VALVE_INDEX_PRODUCT_STRING)) { 198 198 if (print_debug) 199 199 printf( 200 - "Valve Index manufactuer string did not match.\n"); 200 + "Valve Index manufacturer string did not match.\n"); 201 201 return -1; 202 202 } 203 203