From 41ce2454b7f0b4a679070ea377545ba34f70095f Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 8 Oct 2018 13:39:31 +0200 Subject: replace all occurrences of occured by occurred Do it in all comments and errors messages --- include/libimobiledevice/mobilebackup2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libimobiledevice/mobilebackup2.h') diff --git a/include/libimobiledevice/mobilebackup2.h b/include/libimobiledevice/mobilebackup2.h index 1f20d40..0c42334 100644 --- a/include/libimobiledevice/mobilebackup2.h +++ b/include/libimobiledevice/mobilebackup2.h @@ -146,7 +146,7 @@ mobilebackup2_error_t mobilebackup2_send_raw(mobilebackup2_client_t client, cons * Receive binary from the device. * * @note This function returns MOBILEBACKUP2_E_SUCCESS even if no data - * has been received (unless a communication error occured). + * has been received (unless a communication error occurred). * The fourth parameter is required and must be checked to know how * many bytes were actually received. * -- cgit v1.1-32-gdbae