summaryrefslogtreecommitdiff
path: root/vcl/aqua/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:22:40 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:05:55 +0000
commit54b42134116b9d5f7f56caaf0b041782fa5d0d5c (patch)
treeca066fdf5f400820326ad2add87a251ffcafb176 /vcl/aqua/source
parent9143a46db7c1d0cf4beff83c14e940291fefe6a7 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'vcl/aqua/source')
-rw-r--r--vcl/aqua/source/dtrans/test_aquacb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/dtrans/test_aquacb.cxx b/vcl/aqua/source/dtrans/test_aquacb.cxx
index dbcd0c94c784..e3b3d7cc3af2 100644
--- a/vcl/aqua/source/dtrans/test_aquacb.cxx
+++ b/vcl/aqua/source/dtrans/test_aquacb.cxx
@@ -144,7 +144,7 @@ int SAL_CALL main( int argc, char** argv )
OUString rdbName = OUString::createFromAscii( argv[1] );
Reference< XMultiServiceFactory > g_xFactory( createRegistryServiceFactory( rdbName ) );
- // Print a message if an error occured.
+ // Print a message if an error occurred.
if ( !g_xFactory.is() )
{
OSL_ENSURE(sal_False, "Can't create RegistryServiceFactory");