The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/wmr: Fix typo in debug output

correnntly -> currently

authored by

Jan Schmidt and committed by
Jakob Bornecrantz
96d18880 236e7324

+1 -1
+1 -1
src/xrt/drivers/wmr/wmr_prober.c
··· 205 205 classify_and_assign_controller(xp, xpd, &odyssey_ctrls); 206 206 } else if (xpd->product_id == REVERB_G2_CONTROLLER_PID) { 207 207 U_LOG_W( 208 - "Reverb G2 controller connected to host BT controller, correnntly not supported, " 208 + "Reverb G2 controller connected to host BT controller, currently not supported, " 209 209 "skipping!"); 210 210 } 211 211 }