mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 22:12:26 -05:00
Fix various typos and spelling mistakes
This commit is contained in:
@@ -634,7 +634,7 @@ static bool CheckDeviceAccess(libusb_device* device)
|
||||
}
|
||||
else if (ret != 0) // 0: kernel driver is not active, but otherwise no error.
|
||||
{
|
||||
// Neither 0 nor 1 means an error occured.
|
||||
// Neither 0 nor 1 means an error occurred.
|
||||
ERROR_LOG_FMT(CONTROLLERINTERFACE, "libusb_kernel_driver_active failed: {}",
|
||||
LibusbUtils::ErrorWrap(ret));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user