[Libreoffice-commits] core.git: 2 commits - desktop/test framework/source include/svtools
Julien Nabet
serval2412 at yahoo.fr
Mon Feb 10 07:48:56 PST 2014
desktop/test/deployment/update/updateinfocreation/readme.txt | 2 +-
framework/source/services/frame.cxx | 2 +-
include/svtools/genericunodialog.hxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 70d8b26810c927949206dc6189b7f163651ce55e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Feb 10 16:48:09 2014 +0100
Typo: acess -> access
Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 553979d..14d5d69 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -3440,7 +3440,7 @@ void Frame::impl_checkMenuCloser()
ReadGuard aReadLock(m_aLock);
// only top frames, which are part of our desktop hierarchy, can
- // do so! By the way - we need the desktop instance to have acess
+ // do so! By the way - we need the desktop instance to have access
// to all other top level frames too.
css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY);
css::uno::Reference< css::frame::XFramesSupplier > xTaskSupplier(xDesktop , css::uno::UNO_QUERY);
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 5c2c9d1..0d18d7a 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -70,7 +70,7 @@ namespace svt
,public ::comphelper::OPropertyContainer
{
private:
- ::osl::Mutex m_aExecutionMutex; /// acess safety for execute/cancel
+ ::osl::Mutex m_aExecutionMutex; /// access safety for execute/cancel
protected:
Dialog* m_pDialog; /// the dialog to execute
commit 060810180beec636be719768c25a377140336869
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Feb 10 16:46:06 2014 +0100
Typo: diretory -> directory
Change-Id: I46270104db3192f427bb7a954e6c074ab3aced33
diff --git a/desktop/test/deployment/update/updateinfocreation/readme.txt b/desktop/test/deployment/update/updateinfocreation/readme.txt
index 9a649bc..20819bb 100644
--- a/desktop/test/deployment/update/updateinfocreation/readme.txt
+++ b/desktop/test/deployment/update/updateinfocreation/readme.txt
@@ -32,7 +32,7 @@ See also the Wiki entry at:
http://wiki.openoffice.org/wiki/Creating_update_information_for_extensions
This generated update information file can then be used by the webserver, when it
sends back the requested update information. The update information file will be
-generated in the misc diretory of the output directory.
+generated in the misc directory of the output directory.
The update information file needs to be copied into common.pro/pus.mxyz directory.
The project mwsfinish will process the files in the pus directory.
More information about the Libreoffice-commits
mailing list