diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /sdext/source/pdfimport | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'sdext/source/pdfimport')
-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 c8101f9a23bf..5f74b65369d3 100644 --- a/sdext/source/pdfimport/tree/writertreevisiting.cxx +++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx @@ -991,7 +991,7 @@ void WriterXmlFinalizer::visit( ParagraphElement& elem, const std::list< Element } // check whether to leave some space to next paragraph - // find wether there is a next paragraph + // find whether there is a next paragraph std::list< Element* >::const_iterator it = rParentIt; const ParagraphElement* pNextPara = NULL; while( ++it != elem.Parent->Children.end() && ! pNextPara ) |