From: Liangent Date: Fri, 25 May 2012 05:08:36 +0000 (+0800) Subject: Fix a typo in resources/jquery/jquery.byteLimit.js X-Git-Tag: 1.31.0-rc.0~23509^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=57200c586c079e786f28f17910d6863a62049a6f;p=lhc%2Fweb%2Fwiklou.git Fix a typo in resources/jquery/jquery.byteLimit.js Change-Id: I35d501704567eb62bcb905f0d9633fefd4c23271 --- diff --git a/resources/jquery/jquery.byteLimit.js b/resources/jquery/jquery.byteLimit.js index 3c0d7e5738..45df39a1bd 100644 --- a/resources/jquery/jquery.byteLimit.js +++ b/resources/jquery/jquery.byteLimit.js @@ -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. *