mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
d/wmr: Fix typo in debug output
correnntly -> currently
This commit is contained in:
parent
236e732404
commit
96d188803c
|
@ -205,7 +205,7 @@ wmr_find_bt_controller_pair(struct xrt_prober *xp,
|
||||||
classify_and_assign_controller(xp, xpd, &odyssey_ctrls);
|
classify_and_assign_controller(xp, xpd, &odyssey_ctrls);
|
||||||
} else if (xpd->product_id == REVERB_G2_CONTROLLER_PID) {
|
} else if (xpd->product_id == REVERB_G2_CONTROLLER_PID) {
|
||||||
U_LOG_W(
|
U_LOG_W(
|
||||||
"Reverb G2 controller connected to host BT controller, correnntly not supported, "
|
"Reverb G2 controller connected to host BT controller, currently not supported, "
|
||||||
"skipping!");
|
"skipping!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue