[Libreoffice-commits] core.git: connectivity/source include/vcl setup_native/scripts sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Apr 11 05:17:45 UTC 2018
connectivity/source/inc/mysql/YTable.hxx | 2 +-
include/vcl/gdimetafiletools.hxx | 2 +-
setup_native/scripts/mac_install.script | 2 +-
sw/source/core/layout/calcmove.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 672660031e4ca38205e2068b1e321268a844a68b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Apr 10 23:18:07 2018 +0200
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx
index ce3a71a4a971..21e07d66515c 100644
--- a/connectivity/source/inc/mysql/YTable.hxx
+++ b/connectivity/source/inc/mysql/YTable.hxx
@@ -36,7 +36,7 @@ namespace connectivity
{
sal_Int32 m_nPrivileges; // we have to set our privileges by our own
- /** executes the statmenmt.
+ /** executes the statement.
@param _rStatement
The statement to execute.
*/
diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx
index 300d183e9fdc..2ae2c1dcdb45 100644
--- a/include/vcl/gdimetafiletools.hxx
+++ b/include/vcl/gdimetafiletools.hxx
@@ -28,7 +28,7 @@
// The given metafile will internally clip it's graphic content against the
// included clip regions so that it is safe to ignore clip actions there. This
// is not done completely, but implemented and extended as needed (on demand)
-// since all this is a workarund; the better and long term solution will be to
+// since all this is a workaround; the better and long term solution will be to
// reimplement these im/exports to use primitives and not metafiles as base
// information.
diff --git a/setup_native/scripts/mac_install.script b/setup_native/scripts/mac_install.script
index 3209e9d9f9f7..57609636e2c0 100644
--- a/setup_native/scripts/mac_install.script
+++ b/setup_native/scripts/mac_install.script
@@ -17,7 +17,7 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
-# shell script as a workaraound since it is hard to impossible to store compiled
+# shell script as a workaround since it is hard to impossible to store compiled
# applescript in CVS and running osacompile would require a GUI session while
# building (or root privileges)
# using osascript only works when the shell script is camouflaged as application
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 735103ee14de..4062c55ea1f6 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -282,7 +282,7 @@ void SwFrame::PrepareMake(vcl::RenderContext* pRenderContext)
}
}
- // There is noo format of previous frame, if current frame is a table
+ // There is no format of previous frame, if current frame is a table
// frame and its previous frame wants to keep with it.
const bool bFormatPrev = !bTab ||
!GetPrev() ||
More information about the Libreoffice-commits
mailing list