d/wmr: Fix typo in debug output

correnntly -> currently
This commit is contained in:
Jan Schmidt 2023-04-25 22:33:44 +10:00 committed by Jakob Bornecrantz
parent 236e732404
commit 96d188803c

View file

@ -205,7 +205,7 @@ wmr_find_bt_controller_pair(struct xrt_prober *xp,
classify_and_assign_controller(xp, xpd, &odyssey_ctrls);
} else if (xpd->product_id == REVERB_G2_CONTROLLER_PID) {
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!");
}
}