mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
spelling fixes
This commit is contained in:

committed by
Sergey Vojtovich

parent
e823023e4b
commit
7be541f281
@ -86,7 +86,7 @@ char *fn_ext2(const char *name)
|
||||
if (!(gpos= strrchr(name, FN_LIBCHAR)))
|
||||
gpos= name;
|
||||
#endif
|
||||
// locate the last occurence of FN_EXTCHAR
|
||||
// locate the last occurrence of FN_EXTCHAR
|
||||
pos= strrchr(gpos, FN_EXTCHAR);
|
||||
DBUG_RETURN((char*) (pos ? pos : strend(gpos)));
|
||||
} /* fn_ext2 */
|
||||
|
Reference in New Issue
Block a user