mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
- fixed several typos ("uppdate"->"update" and "tryed"->"tried")
extra/comp_err.c: - fixed typo: "uppdate" -> "update" heap/hp_test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed" isam/test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed" myisam/mi_test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed"
This commit is contained in:
parent
eac3b0682a
commit
d59e2b8f24
4 changed files with 7 additions and 7 deletions
|
|
@ -109,7 +109,7 @@ int main(int argc,char *argv[])
|
|||
if (to)
|
||||
fclose(to);
|
||||
if (error)
|
||||
fprintf(stderr,"Can't uppdate messagefile %s, errno: %d\n",*argv,errno);
|
||||
fprintf(stderr,"Can't update messagefile %s, errno: %d\n",*argv,errno);
|
||||
|
||||
exit(error);
|
||||
return(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue