From: Josh Soref Date: Thu, 2 Feb 2017 09:50:15 +0000 (+0000) Subject: spelling: erroneously X-Git-Tag: rec-4.1.0-alpha1~291^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e129e5f691aa333566ffd066e11e229880a692ba;p=thirdparty%2Fpdns.git spelling: erroneously --- diff --git a/docs/markdown/theme/js/base.js b/docs/markdown/theme/js/base.js index c99cce721f..a0bacf12a4 100644 --- a/docs/markdown/theme/js/base.js +++ b/docs/markdown/theme/js/base.js @@ -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 );