summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager')
-rw-r--r--desktop/source/deployment/manager/dp_extensionmanager.cxx2
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx
index 8adba12ac067..72dab66b9231 100644
--- a/desktop/source/deployment/manager/dp_extensionmanager.cxx
+++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx
@@ -1342,7 +1342,7 @@ sal_Bool ExtensionManager::synchronize(
catch (...)
{
//We catch the exception, so we can write the lastmodified file
- //so we will no repeat this everytime OOo starts.
+ //so we will no repeat this every time OOo starts.
OSL_FAIL("Extensions Manager: synchronize");
}
OUString lastSyncBundled("$BUNDLED_EXTENSIONS_USER/lastsynchronized");
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index 1529fb407ae5..a4eb6c6bde33 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -170,7 +170,7 @@ void PackageManagerImpl::initActivationLayer(
create_folder( 0, m_registrationData_expanded, xCmdEnv, true);
dbName = m_registrationData_expanded + "/extensions.pmap";
}
- // The data base can always be written because it it always in the user installation
+ // The data base can always be written because it is always in the user installation
m_activePackagesDB.reset( new ActivePackages( dbName, false ) );
if (! m_readOnly && ! (m_context == "bundled"))
@@ -1337,7 +1337,7 @@ bool PackageManagerImpl::synchronizeAddedExtensions(
rtl_UriEncodeIgnoreEscapes,
RTL_TEXTENCODING_UTF8);
- //It it sufficient to check for the folder name, because when the administor
+ //It is sufficient to check for the folder name, because when the administor
//installed the extension it was already checked if there is one with the
//same identifier.
const MatchTempDir match(titleEncoded);