summaryrefslogtreecommitdiff
path: root/sax/test/testcomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test/testcomponent.cxx')
-rw-r--r--sax/test/testcomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index 08a4b053cd89..9b6091fb9cae 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -153,7 +153,7 @@ int main (int argc, char **argv)
// loop until all test are performed
while( nHandle != -1 )
{
- // Instantiate serivce
+ // Instantiate service
Reference< XInterface > x =
xSMgr->createInstance( OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) );
if( ! x.is() )