diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-05 19:11:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-06 09:16:29 +0000 |
commit | 5dfd9daa2f96e79e7f82a90698db628e6991ce32 (patch) | |
tree | 363b2dd83235a4087d2b4681ee234fbcd899397d /jurt/com | |
parent | 7b277251a7b79fe3f83841ab9e3028670262e4dc (diff) |
Replace all occured, occurance etc.feature/currency-64bit
Diffstat (limited to 'jurt/com')
-rw-r--r-- | jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index cb6088544..63029c0ec 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -162,7 +162,7 @@ public class ServiceManager implements XMultiServiceFactory, * Registers a list of components given by their class names. * <p> * @param newImpls list of the components that should be registered, given by their class names. - * If any exception occured during the registration, the process will be canceled. + * If any exception occurred during the registration, the process will be canceled. * @see com.sun.star.container.XSet */ private void xaddFactories( String[] newImpls ) |