]> git.mxchange.org Git - friendica.git/commitdiff
spelling: original
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:53 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/modal.js

index 17a011b6628111e14521e19f7872e927575506af..8127e1162ed417c77bdcdce0e73d1fc339601c44 100644 (file)
@@ -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.