diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2015-08-07 21:54:47 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2015-08-07 21:55:35 +0200 |
commit | 2724773573c68f5f4d0176c12a1deda0475a66e9 (patch) | |
tree | a160284971d78d1720e0a65d6f5b8aa56d365221 | |
parent | 9dbb88fc41e7a91c852795f00a663c0d073dd70a (diff) |
Fix typo in comment.
Change-Id: I4adabd4eedc6dd9156eb40476e2141dece1e448d
-rw-r--r-- | sw/source/filter/ww8/docxfootnotes.hxx | 2 |
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 { |