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 --- src/diagnostics_relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diagnostics_relay.c') diff --git a/src/diagnostics_relay.c b/src/diagnostics_relay.c index 79e041e..0834700 100644 --- a/src/diagnostics_relay.c +++ b/src/diagnostics_relay.c @@ -36,7 +36,7 @@ * * @return RESULT_SUCCESS when the result is 'Success', * RESULT_FAILURE when the result is 'Failure', - * or a negative value if an error occured during evaluation. + * or a negative value if an error occurred during evaluation. */ static int diagnostics_relay_check_result(plist_t dict) { -- cgit v1.1-32-gdbae