#At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-6.0-falcon/
2701 Hakan Kuecuekyilmaz 2008-06-15
Fix for Bug#16902.
modified:
mysys/errors.c
per-file messages:
mysys/errors.c
Fixed typo, Bug#16902.
=== modified file 'mysys/errors.c'
--- a/mysys/errors.c 2006-12-23 19:20:40 +0000
+++ b/mysys/errors.c 2008-06-15 10:35:21 +0000
@@ -75,7 +75,7 @@ void init_glob_errs()
EE(EE_STAT) = "Can't get stat of '%s' (Errcode: %d)";
EE(EE_CANT_CHSIZE) = "Can't change size of file (Errcode: %d)";
EE(EE_CANT_OPEN_STREAM)= "Can't open stream from handle (Errcode: %d)";
- EE(EE_GETWD) = "Can't get working dirctory (Errcode: %d)";
+ EE(EE_GETWD) = "Can't get working directory (Errcode: %d)";
EE(EE_SETWD) = "Can't change dir to '%s' (Errcode: %d)";
EE(EE_LINK_WARNING) = "Warning: '%s' had %d links";
EE(EE_OPEN_WARNING) = "Warning: %d files and %d streams is left open\n";
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon branch (hakan:2701) Bug#16902 | Hakan Kuecuekyilmaz | 15 Jun |