summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-02-17 07:32:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-02-17 07:33:23 +0900
commit0fa128c9e17328c4d468146f358b1d5f8546ee50 (patch)
tree43b361769701dbf9f6e268f6dada9dcaa609216a /tools
parent5ef266242aa3f0d5b19040d6f241b13a57b4b498 (diff)
Fixed typo
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/mkcreate.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}