]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: erroneously
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:50:15 +0000 (09:50 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:50:15 +0000 (09:50 +0000)
docs/markdown/theme/js/base.js

index c99cce721f9c641e32262c12fcf662e28165bbea..a0bacf12a49752d6b15e882aebadbc05c2a9531c 100644 (file)
@@ -26,7 +26,7 @@ var shiftWindow = function() {
     if (window.disableShift) {
         window.disableShift = false;
     } else {
-        /* If we're at the bottom of the page, don't erronously scroll up */
+        /* If we're at the bottom of the page, don't erroneously scroll up */
         var scrolledToBottomOfPage = (
             (window.innerHeight + window.scrollY) >= document.body.offsetHeight
         );