summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mozab/MConfigAccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/MConfigAccess.cxx')
-rw-r--r--connectivity/source/drivers/mozab/MConfigAccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MConfigAccess.cxx b/connectivity/source/drivers/mozab/MConfigAccess.cxx
index a4d552fe02c3..c28ddc5e1d0e 100644
--- a/connectivity/source/drivers/mozab/MConfigAccess.cxx
+++ b/connectivity/source/drivers/mozab/MConfigAccess.cxx
@@ -232,7 +232,7 @@ extern "C" const sal_Char* SAL_CALL getHisDescription( void )
// Unfortunately, configuration access requires a XMultiServiceFactory - which the
// mozilla side does not have.
// So we create a "library-local" service factory here: Every need for a service
-// factory can be fullfilled by this factory (similar to the get/setProcessServiceFactory
+// factory can be fulfilled by this factory (similar to the get/setProcessServiceFactory
// in comphelper).
// This is halfway valid, as usually, the mozabdrv library is invoked from the mozab library
// only. The latter contains the driver class (and only this class and nothing more), and
@@ -240,8 +240,8 @@ extern "C" const sal_Char* SAL_CALL getHisDescription( void )
// which (by definition) can and should be used for all subsequent service requests.
// And this is exactly what we're allowing with the following functions ....
-/** _pFactory must point to an XMultiServiceFactory, which must be aquired once
- for purpose of safely transfering it. The callee will release this interface
+/** _pFactory must point to an XMultiServiceFactory, which must be acquired once
+ for purpose of safely transferring it. The callee will release this interface
when it has stored the pointer somewhere else.
*/
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL setMozabServiceFactory(