summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:16:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:09 +0200
commit2e2d97fb2b6c6d8e9891152d794cda4694b0397b (patch)
treeea22f81b56d4977fe5d45d4c4524cb5148854299 /sw
parent661f53f78506271dba3069a65bfbe5bb2d4faece (diff)
typo: fileds -> fields
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 13f002c4ae9a..8b3d92567be8 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1403,7 +1403,7 @@ void SwDoc::UpdatePagesForPrintingWithPostItData(
// add all post-its on valid pages within the page range to the
// temporary post-it document.
- // Since the array of post-it fileds is sorted by page and line number we will
+ // Since the array of post-it fields is sorted by page and line number we will
// already get them in the correct order
sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0;
bool bIsFirstPostIt = true;