summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/test/searchdemo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/test/searchdemo.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/test/searchdemo.cxx2
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;