diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-13 15:52:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 14:51:15 +0000 |
commit | 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch) | |
tree | 9c69f0c29184240836c93019ef44de839bdcee01 /sdext | |
parent | c1fc84ac140d519e0bfa7a607e36771682b08eed (diff) |
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/tree/writertreevisiting.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx index e54d41281fde..d880191700db 100644 --- a/sdext/source/pdfimport/tree/writertreevisiting.cxx +++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx @@ -660,7 +660,7 @@ void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& rElem ) */ // detect header - // Note: the following assumes that the pages' chiuldren have been + // Note: the following assumes that the pages' children have been // sorted geometrically std::list< Element* >::iterator it = rElem.Children.begin(); while( it != rElem.Children.end() ) |