diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 09:57:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-06 19:12:42 +0000 |
commit | 7154aece1fdc3ea5049ba2d91ce929a14d139056 (patch) | |
tree | ebcc9a575a77da4984e4c6d081b25a428a9b8ae2 /desktop/source | |
parent | 4c2339d8177d610cc23619e787c1517ce8e8afd7 (diff) |
Fix typos
Change-Id: Ia6246bb6d37a0ec1ac53a4cb095bfd6fd15f873d
Reviewed-on: https://gerrit.libreoffice.org/18945
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 2 | ||||
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 4 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/registry/sfwk/dp_sfwk.cxx | 2 | ||||
-rw-r--r-- | desktop/source/lib/init.cxx | 2 | ||||
-rw-r--r-- | desktop/source/migration/migration.cxx | 2 |
8 files changed, 9 insertions, 9 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++) |