From 57200c586c079e786f28f17910d6863a62049a6f Mon Sep 17 00:00:00 2001 From: Liangent Date: Fri, 25 May 2012 13:08:36 +0800 Subject: [PATCH] Fix a typo in resources/jquery/jquery.byteLimit.js Change-Id: I35d501704567eb62bcb905f0d9633fefd4c23271 --- resources/jquery/jquery.byteLimit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.20.1