From 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Jun 2017 12:47:20 +0200 Subject: s/catched/caught Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264 Reviewed-on: https://gerrit.libreoffice.org/39164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmlhelp/source/cxxhelp/test/searchdemo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlhelp') 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; -- cgit