From ae5d97fbc3c05d3f2c81974d864077d2e96e561d Mon Sep 17 00:00:00 2001 From: Alan Jacob Mathew <33965848+alanjacobmathew@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:41:49 +0530 Subject: [PATCH] fix typo for word occurred ocurred -> occurred https://core.trac.wordpress.org/ticket/56814#comment:2 Issue 2 --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 2711eb4bf4..b0000b224e 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -581,7 +581,7 @@ "err_network": "A network error occurred.", "err_decode": "Could not decode audio.", "err_unallowed": "Reproduction not allowed.", - "err_unknown": "An unexpected error has ocurred. Try again in a few minutes or report the item if the issue persists.", + "err_unknown": "An unexpected error has occurred. Try again in a few minutes or report the item if the issue persists.", "err_unsupported": "This audio format is not supported by your browser.", "loading": "Loading..." },