d/vive: Fix typos

This commit is contained in:
Ryan Pavlik 2020-04-28 14:43:53 -05:00
parent ba71b6f027
commit ee90eb1d7e

View file

@ -130,7 +130,7 @@ init_vive_pro(struct xrt_prober *xp,
!xrt_prober_match_string(xp, dev, XRT_PROBER_STRING_PRODUCT, !xrt_prober_match_string(xp, dev, XRT_PROBER_STRING_PRODUCT,
VIVE_PRO_PRODUCT_STRING)) { VIVE_PRO_PRODUCT_STRING)) {
if (print_debug) if (print_debug)
printf("Vive Pro manufactuer string did not match.\n"); printf("Vive Pro manufacturer string did not match.\n");
return -1; return -1;
} }
@ -197,7 +197,7 @@ init_valve_index(struct xrt_prober *xp,
VALVE_INDEX_PRODUCT_STRING)) { VALVE_INDEX_PRODUCT_STRING)) {
if (print_debug) if (print_debug)
printf( printf(
"Valve Index manufactuer string did not match.\n"); "Valve Index manufacturer string did not match.\n");
return -1; return -1;
} }