List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:June 16 2008 8:10am
Subject:bzr push into mysql-5.0 branch (hakan:2638) Bug#16902
View as plain text  
 2638 Hakan Kuecuekyilmaz	2008-06-16
      Fix for Bug#16902.
modified:
  mysys/errors.c

=== modified file 'mysys/errors.c'
--- a/mysys/errors.c	2006-12-23 19:17:15 +0000
+++ b/mysys/errors.c	2008-06-16 08:05:00 +0000
@@ -74,7 +74,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)	= "%d files and %d streams is left open\n";

Thread
bzr push into mysql-5.0 branch (hakan:2638) Bug#16902Hakan Kuecuekyilmaz16 Jun