Merge "Fix a typo in resources/jquery/jquery.byteLimit.js"
authorNikerabbit <niklas.laxstrom@gmail.com>
Fri, 25 May 2012 13:44:05 +0000 (13:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 25 May 2012 13:44:05 +0000 (13:44 +0000)
resources/jquery/jquery.byteLimit.js

index 3c0d7e5..45df39a 100644 (file)
@@ -8,7 +8,7 @@
 
        /**
         * Enforces a byte limit to a textbox, so that UTF-8 entries are counted as well, when, for example,
-        * a databae field has a byte limit rather than a character limit.
+        * a database field has a byte limit rather than a character limit.
         * Plugin rationale: Browser has native maxlength for number of characters, this plugin exists to
         * limit number of bytes instead.
         *