diff options
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/test/searchdemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/test/searchdemo.cxx b/xmlhelp/source/cxxhelp/test/searchdemo.cxx index 612418335deb..aa1c3cbe2c74 100644 --- a/xmlhelp/source/cxxhelp/test/searchdemo.cxx +++ b/xmlhelp/source/cxxhelp/test/searchdemo.cxx @@ -98,7 +98,7 @@ int main( int argc,char* argv[] ) } catch( ... ) { - printf( "catched exception" ); + printf( "caught exception" ); throw; } return 0; |