diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:45:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:10 +0200 |
commit | bb667fc1b98c17b95209351573fdbe7a109c50a5 (patch) | |
tree | ad3d030835d3c183bcd422f83f9c6161362b37ed /sw | |
parent | 52a41a0b743685a87eed36d4825ad6794741aebb (diff) |
typo: arround -> around
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/wrthtml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx index 451e35e18180..fb7481047ca5 100644 --- a/sw/source/filter/html/wrthtml.cxx +++ b/sw/source/filter/html/wrthtml.cxx @@ -661,7 +661,7 @@ static Writer& OutHTML_Section( Writer& rWrt, const SwSectionNode& rSectNd ) if( lcl_html_IsMultiColEnd( rHTMLWrt, nSectEndIdx-1 ) ) bEndTag = false; - //.is there a columned section arround this one? + //.is there a columned section around this one? const SwStartNode *pSttNd = rSectNd.StartOfSectionNode(); if( pSttNd ) { |