summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 72d5794dcd18..8a99413fa89f 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -79,7 +79,7 @@ namespace sw
area, so this sw::Frame simplies matters by providing a single unified
view of the multitute of elements in writer and their differing quirks.
- A sw::Frame wraps a writer frame and is guaranted to have a suitable
+ A sw::Frame wraps a writer frame and is guaranteed to have a suitable
anchor position available from it. It hides much of the needless
complexity of the multitude of floating/inline elements in writer, it...