From 82d4d329be37ca4c141cd5f62f5bca251490fbc3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:53 -0400 Subject: [PATCH] spelling: original Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 17a011b662..8127e1162e 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -269,7 +269,7 @@ function editpost(url) { // For editpost we load the modal html of "jot-sections" of the edit page. So we would have two jot forms in // the page html. To avoid js conflicts we store the original jot in the variable jotcache. - // After closing the modal original jot should be restored at its orginal position in the html structure. + // After closing the modal original jot should be restored at its original position in the html structure. jotcache = $("#jot-content > #jot-sections"); // Remove the original Jot as long as the edit Jot is open.