Kaydet (Commit) 67266003 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst dc823f5f
...@@ -36,7 +36,7 @@ namespace connectivity ...@@ -36,7 +36,7 @@ namespace connectivity
{ {
sal_Int32 m_nPrivileges; // we have to set our privileges by our own sal_Int32 m_nPrivileges; // we have to set our privileges by our own
/** executes the statmenmt. /** executes the statement.
@param _rStatement @param _rStatement
The statement to execute. The statement to execute.
*/ */
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// The given metafile will internally clip it's graphic content against the // 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 // 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) // 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 // reimplement these im/exports to use primitives and not metafiles as base
// information. // information.
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 . # 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 # applescript in CVS and running osacompile would require a GUI session while
# building (or root privileges) # building (or root privileges)
# using osascript only works when the shell script is camouflaged as application # using osascript only works when the shell script is camouflaged as application
......
...@@ -282,7 +282,7 @@ void SwFrame::PrepareMake(vcl::RenderContext* pRenderContext) ...@@ -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. // frame and its previous frame wants to keep with it.
const bool bFormatPrev = !bTab || const bool bFormatPrev = !bTab ||
!GetPrev() || !GetPrev() ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment