summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2015-08-07 21:54:47 +0200
committerThomas Klausner <wiz@NetBSD.org>2015-08-07 21:55:35 +0200
commit2724773573c68f5f4d0176c12a1deda0475a66e9 (patch)
treea160284971d78d1720e0a65d6f5b8aa56d365221 /sw
parent9dbb88fc41e7a91c852795f00a663c0d073dd70a (diff)
Fix typo in comment.
Change-Id: I4adabd4eedc6dd9156eb40476e2141dece1e448d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxfootnotes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxfootnotes.hxx b/sw/source/filter/ww8/docxfootnotes.hxx
index 79697383c0d4..281d842335a3 100644
--- a/sw/source/filter/ww8/docxfootnotes.hxx
+++ b/sw/source/filter/ww8/docxfootnotes.hxx
@@ -30,7 +30,7 @@ typedef ::std::vector< const SwFormatFootnote* > FootnotesVector;
/** Remember footnotes/endnotes so that we can dump them in one go.
- Also rememeber the last added footnote Id to be able to write it in the
+ Also remember the last added footnote Id to be able to write it in the
DocxAttributeOutput::EndRunProperties() method.
*/
class FootnotesList {