From 96d188803ca9d9ad9e27b3d9dd3aef394e425459 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 25 Apr 2023 22:33:44 +1000 Subject: [PATCH] d/wmr: Fix typo in debug output correnntly -> currently --- src/xrt/drivers/wmr/wmr_prober.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/drivers/wmr/wmr_prober.c b/src/xrt/drivers/wmr/wmr_prober.c index b6e09b260..9e714b5f2 100644 --- a/src/xrt/drivers/wmr/wmr_prober.c +++ b/src/xrt/drivers/wmr/wmr_prober.c @@ -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!"); } }