From 0fa128c9e17328c4d468146f358b1d5f8546ee50 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 17 Feb 2011 07:32:55 +0900 Subject: Fixed typo --- tools/bootstrp/mkcreate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index 362fea9029cd..2c02bd894d3c 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -628,7 +628,7 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) String aTmpStr( GetFullPath(), gsl_getSystemTextEncoding()); DirEntry aEntry( aTmpStr ); if ( !aEntry.Exists()) { - fprintf( stdout, " ... no directory!n" ); + fprintf( stdout, " ... no directory!\n" ); return FALSE; } -- cgit