1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix spelling in comments as requested by Osku

This will make charset code easier to understand
This commit is contained in:
elliot@mysql.com
2006-05-02 09:13:58 -04:00
parent 19de86dd63
commit c0b5b3cd40
5 changed files with 8 additions and 8 deletions

View File

@ -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)