diff options
author | unknown <elliot@mysql.com> | 2006-05-02 09:13:58 -0400 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2006-05-02 09:13:58 -0400 |
commit | e8770dfe76a1244fccf2ca55e44e5b7b4eb5875d (patch) | |
tree | f3680048faf0964f267bf521984c33a1343545f1 /strings/CHARSET_INFO.txt | |
parent | 79cc1546b23f757266dc2f4ed67317865c9d0f2f (diff) | |
download | mariadb-git-e8770dfe76a1244fccf2ca55e44e5b7b4eb5875d.tar.gz |
Fix spelling in comments as requested by Osku
This will make charset code easier to understand
include/m_ctype.h:
Fix spelling in comments
mysql-test/t/cast.test:
Fix spelling in comments
mysql-test/t/query_cache.test:
Fix spelling in comments
sql/sql_string.cc:
Fix spelling in comments
strings/CHARSET_INFO.txt:
Fix spelling in comments
Diffstat (limited to 'strings/CHARSET_INFO.txt')
-rw-r--r-- | strings/CHARSET_INFO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/CHARSET_INFO.txt b/strings/CHARSET_INFO.txt index f7a10f95880..40f171440a4 100644 --- a/strings/CHARSET_INFO.txt +++ b/strings/CHARSET_INFO.txt @@ -172,7 +172,7 @@ mb_wc - converts the left multibyte sequence into it Unicode code. mc_mb - converts the given Unicode code into multibyte sequence. -Case and sort convertion +Case and sort conversion ------------------------ caseup_str - converts the given 0-terminated string into the upper case casedn_str - converts the given 0-terminated string into the lower case @@ -227,4 +227,4 @@ hash_sort() - calculates hash value taking in account the collation rules, e.g. case-insensitivity, accent sensitivity, etc. -
\ No newline at end of file + |