diff options
-rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index 5374d7c..6d807f2 100644 --- a/src/device.c +++ b/src/device.c @@ -588,7 +588,7 @@ static void device_control_input(struct mux_device *dev, unsigned char *payload, usbmuxd_log(LL_ERROR, "%s: ERROR: %s", __func__, buf); free(buf); } else { - usbmuxd_log(LL_ERROR, "%s: Error occured, but empty error message", __func__); + usbmuxd_log(LL_ERROR, "%s: Error occurred, but empty error message", __func__); } break; case 7: |