summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/test/testcomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx
index 738f47d4f54c..27be71daf0bc 100644
--- a/io/test/testcomponent.cxx
+++ b/io/test/testcomponent.cxx
@@ -136,7 +136,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() )