Fix a typo in resources/jquery/jquery.byteLimit.js
authorLiangent <liangent@gmail.com>
Fri, 25 May 2012 05:08:36 +0000 (13:08 +0800)
committerLiangent <liangent@gmail.com>
Fri, 25 May 2012 05:08:36 +0000 (13:08 +0800)
Change-Id: I35d501704567eb62bcb905f0d9633fefd4c23271

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.
         *