summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@mysql.com <>2004-10-21 15:18:31 +0500
committerbar@mysql.com <>2004-10-21 15:18:31 +0500
commit90f81fb801ad17382e6dbe73e5fc73b64e92155b (patch)
tree396797919ff14b3790d7b2fa5869d5938821a7e0 /strings
parentaec49dae4d0d2c2c9c5a6d91b6839d2550dc325d (diff)
downloadmariadb-git-90f81fb801ad17382e6dbe73e5fc73b64e92155b.tar.gz
CHARSET_INFO.txt:
Typo.
Diffstat (limited to 'strings')
-rw-r--r--strings/CHARSET_INFO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/CHARSET_INFO.txt b/strings/CHARSET_INFO.txt
index b0a6271e4c8..f7a10f95880 100644
--- a/strings/CHARSET_INFO.txt
+++ b/strings/CHARSET_INFO.txt
@@ -146,7 +146,7 @@ following set of functions:
Multibyte routines
------------------
ismbchar() - detects if the given string is a multibyte sequence
-mbcharlen() - retuturns length of multibyte sequence starting with
+mbcharlen() - returns length of multibyte sequence starting with
the given character
numchars() - returns number of characters in the given string, e.g.
in SQL function CHAR_LENGTH().