summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-10 23:18:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-11 07:17:22 +0200
commit672660031e4ca38205e2068b1e321268a844a68b (patch)
treedc3529c1b94e1e85c593bf729e2ba61d0b8f16c9
parenttdf#116890: make unique column names in prepared statement (diff)
downloadcore-672660031e4ca38205e2068b1e321268a844a68b.tar.gz
core-672660031e4ca38205e2068b1e321268a844a68b.zip
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3 Reviewed-on: https://gerrit.libreoffice.org/52697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx2
-rw-r--r--include/vcl/gdimetafiletools.hxx2
-rw-r--r--setup_native/scripts/mac_install.script2
-rw-r--r--sw/source/core/layout/calcmove.cxx2
4 files changed, 4 insertions, 4 deletions
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() ||