summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
diff options
context:
space:
mode:
authorelliot@mysql.com <>2006-05-02 09:13:58 -0400
committerelliot@mysql.com <>2006-05-02 09:13:58 -0400
commitc0b5b3cd4031e4ce1aab1bda3e3def2a61f8a583 (patch)
treef3680048faf0964f267bf521984c33a1343545f1 /sql/sql_string.cc
parent19de86dd63e99a052bc1a692a25504260b8ffcac (diff)
downloadmariadb-git-c0b5b3cd4031e4ce1aab1bda3e3def2a61f8a583.tar.gz
Fix spelling in comments as requested by Osku
This will make charset code easier to understand
Diffstat (limited to 'sql/sql_string.cc')
-rw-r--r--sql/sql_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_string.cc b/sql/sql_string.cc
index 79228be8a76..19ee9f259dc 100644
--- a/sql/sql_string.cc
+++ b/sql/sql_string.cc
@@ -331,7 +331,7 @@ bool String::set_or_copy_aligned(const char *str,uint32 arg_length,
return copy_aligned(str, arg_length, offset, cs);
}
- /* Copy with charset convertion */
+ /* Copy with charset conversion */
bool String::copy(const char *str, uint32 arg_length,
CHARSET_INFO *from_cs, CHARSET_INFO *to_cs, uint *errors)