diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-26 23:48:10 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-26 23:57:08 +0900 |
commit | d5a8293e6c08610398c0dfb153220d3d5ea83494 (patch) | |
tree | 54779be743d636f0f4ae03210bf88a7afb4b47ff /sax/test | |
parent | c12908c0013a4b486cc74ced3a61ae5b5178be87 (diff) |
fixed typo
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/saxdemo.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index b00eb0703672..5e1051297d8c 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -575,7 +575,7 @@ int main (int argc, char **argv) } else { - printf( "couln't create sax-parser component\n" ); + printf( "couldn't create sax-parser component\n" ); } @@ -647,7 +647,7 @@ int main (int argc, char **argv) } else { - printf( "couln't create sax-writer component\n" ); + printf( "couldn't create sax-writer component\n" ); } } |