summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/dispatchwatcher.hxx2
-rw-r--r--desktop/source/app/officeipcthread.cxx4
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx2
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx2
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx2
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx2
-rw-r--r--desktop/source/lib/init.cxx2
-rw-r--r--desktop/source/migration/migration.cxx2
-rw-r--r--desktop/unx/source/splashx.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx
index 08c46baa054f..d3e2e02796c3 100644
--- a/desktop/source/app/dispatchwatcher.hxx
+++ b/desktop/source/app/dispatchwatcher.hxx
@@ -34,7 +34,7 @@ namespace desktop
/*
Class for controls dispatching of command URL through office command line. There
are "dangerous" command URLs, that can result in a running office without UI. To prevent
- this situation the implementation surveile all dispatches and looks for an open task if
+ this situation the implementation surveille all dispatches and looks for an open task if
there is arose a problem. If there is none the office will be shutdown to prevent a
running office without UI.
*/
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index eeb491342e12..50ded8f957be 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -468,7 +468,7 @@ OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread()
if (comphelper::LibreOfficeKit::isActive())
{
// Setting nPipeMode to PIPEMODE_CREATED causes the trivial path to be taken below, starting
- // the listeing thread. (Which will immediately finish, see the execute() function, but what
+ // the listening thread. (Which will immediately finish, see the execute() function, but what
// the heck...)
nPipeMode = PIPEMODE_CREATED;
}
@@ -720,7 +720,7 @@ void OfficeIPCThread::execute()
// if we receive a request while the office is displaying some dialog or error during
// bootstrap, that dialogs event loop might get events that are dispatched by this thread
// we have to wait for cReady to be set by the real main loop.
- // only reqests that dont dispatch events may be processed before cReady is set.
+ // only requests that don't dispatch events may be processed before cReady is set.
cReady.wait();
// we might have decided to shutdown while we were sleeping
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index 359b46ef0e8c..95085b07793a 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -791,7 +791,7 @@ void ExtensionCmdQueue::Thread::execute()
//This exception is thrown when a user clicked cancel in the messagebox which was
//startet by the interaction handler. For example the user will be asked if he/she
//really wants to install the extension.
- //These interaction are run for exectly one extension at a time. Therefore we continue
+ //These interaction are run for exactly one extension at a time. Therefore we continue
//with installing the remaining extensions.
continue;
}
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
index 79b7b959c249..faf80922fe9d 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
@@ -619,7 +619,7 @@ void UpdateInstallDialog::Thread::download(OUString const & sDownloadURL, Update
if (m_stop) {
return;
}
- //all errors should be handeld by the command environment.
+ //all errors should be handled by the command environment.
aUpdateData.sLocalURL = destFolder + "/" + sTitle;
}
}
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index 73e8b343e522..cfb62ec0067b 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -280,7 +280,7 @@ void PackageManagerImpl::initRegistryBackends()
m_xComponentContext ) );
}
-// this overcomes previous rumours that the sal API is misleading
+// this overcomes previous rumors that the sal API is misleading
// as to whether a directory is truly read-only or not
static bool isMacroURLReadOnly( const OUString &rMacro )
{
diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
index 6f2bbca27468..6e5d99629c6f 100644
--- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
@@ -305,7 +305,7 @@ void BackendImpl::PackageImpl:: initPackageHandler()
else
{
OSL_ASSERT( false );
- // NOT supported at the momemtn // TODO
+ // NOT supported at the moment // TODO
}
Reference< provider::XScriptProviderFactory > xFac =
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8fe6295d1321..03fc12f3d521 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1192,7 +1192,7 @@ static void aBasicErrorFunc(const OUString& rError, const OUString& rAction)
static bool initialize_uno(const OUString& aAppProgramURL)
{
#ifdef IOS
- // For iOS we already hardocde the inifile as "rc" in the .app directory.
+ // For iOS we already hardcode the inifile as "rc" in the .app directory.
(void) aAppProgramURL;
#elif defined MACOSX
rtl::Bootstrap::setIniFilename(aAppProgramURL + "/../Resources/" SAL_CONFIGFILE("soffice"));
diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx
index ca7fce8d1491..37ce482b014f 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -455,7 +455,7 @@ migrations_vr MigrationImpl::readMigrationSteps(const OUString& rMigrationName)
}
}
- // exluded files...
+ // excluded files...
if (tmpAccess->getByName("ExcludedFiles") >>= tmpSeq)
{
for (sal_Int32 j=0; j<tmpSeq.getLength(); j++)
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index db9e01e2f907..44e6b8c59a1e 100644
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -588,7 +588,7 @@ static void splash_load_defaults( struct splash* splash, rtl_uString* pAppPath,
pos[2] = { -1, -1 },
size[2] = { -1, -1 };
- /* costruct the sofficerc file location */
+ /* construct the sofficerc file location */
rtl_uString_newFromAscii( &pSettings, "file://" );
rtl_uString_newConcat( &pSettings, pSettings, pAppPath );
rtl_uString_newConcat( &pSettings, pSettings, pTmp );