mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/vive: Fix typos
This commit is contained in:
parent
ba71b6f027
commit
ee90eb1d7e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue