[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype filter/source sw/source vcl/source xmloff/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jan 18 07:10:26 UTC 2018
bin/get-bugzilla-attachments-by-mimetype | 2 +-
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 2 +-
sw/source/filter/ww8/ww8scan.cxx | 2 +-
vcl/source/window/window2.cxx | 2 +-
xmloff/source/text/XMLLineNumberingExport.cxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit d5e2569f6f4e1a040092d98de3354e498ecfd025
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jan 17 21:59:25 2018 +0100
Fix typos
Change-Id: Iaad78e5f1100df1ca69d34bf7693e4a9feac17eb
Reviewed-on: https://gerrit.libreoffice.org/48084
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index fe81fa673350..5d6227996cb8 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -548,7 +548,7 @@ def generate_multi_threading():
# Create a job for every mimetype for a bugzilla
for (mimetype,extension) in mimetypes.items():
- # It seems that bugzilla has problems returing that many results
+ # It seems that bugzilla has problems returning that many results
# (10000 results is probably a limit set somewhere) so we always
# end processing the complete list.
if mimetype == 'text/html' and prefix == 'moz':
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 78d4117b1a84..e58da338603a 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1224,7 +1224,7 @@
<xsl:choose>
<xsl:when test="$globalData/office:styles/text:outline-style/text:outline-level-style[@text:level = current()/@text:outline-level]/@style:num-format != '' and not(@text:is-list-header='true')">
- <!-- Every heading element will get an unique anchor for its file, from its hiearchy level and name:
+ <!-- Every heading element will get an unique anchor for its file, from its hierarchy level and name:
For example: The heading title 'My favorite heading' might get <a name="1_2_2_My_favorite_heading" /> -->
<!-- creating an anchor for referencing the heading (e.g. from content table) -->
<xsl:variable name="headingNumber">
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index f5b1dba65470..1beb688db259 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -2647,7 +2647,7 @@ WW8PLCFx_Fc_FKP::WW8Fkp::WW8Fkp(const WW8Fib& rFib, SvStream* pSt,
if (aEntry.mnLen >= 6)
{
aEntry.mnLen-=6; //PHE
- //skipi stc, len byte + 6 byte PHE
+ //skip stc, len byte + 6 byte PHE
unsigned int nOffset = nOfs + 8;
if (nOffset >= 511) //Bad offset
aEntry.mnLen=0;
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 097464d27f6e..997581a6d320 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -856,7 +856,7 @@ void Window::EnableDocking( bool bEnable )
ImplGetDockingManager()->RemoveWindow( this );
}
-// retrieves the list of owner draw decorated windows for this window hiearchy
+// retrieves the list of owner draw decorated windows for this window hierarchy
::std::vector<VclPtr<vcl::Window> >& Window::ImplGetOwnerDrawList()
{
return ImplGetTopmostFrameWindow()->mpWindowImpl->mpFrameData->maOwnerDrawList;
diff --git a/xmloff/source/text/XMLLineNumberingExport.cxx b/xmloff/source/text/XMLLineNumberingExport.cxx
index 8d9e4fb22d0f..25f6e23e2d1e 100644
--- a/xmloff/source/text/XMLLineNumberingExport.cxx
+++ b/xmloff/source/text/XMLLineNumberingExport.cxx
@@ -122,7 +122,7 @@ void XMLLineNumberingExport::Export()
sBuf.makeStringAndClear());
}
- // NumeringType
+ // NumberingType
OUStringBuffer sNumPosBuf;
aAny = xLineNumbering->getPropertyValue("NumberingType");
sal_Int16 nFormat = 0;
More information about the Libreoffice-commits
mailing list