summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:58:13 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:17 +0200
commitfbd23c2e73de3e686c7acbef59b28c0895643278 (patch)
treecbfa43cb67818b14430a1b636d476845b6ec443f /sd
parent2a4b6a6e6f22c0de19971c77f67baa75e3a33e60 (diff)
typo: currect -> correct
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/drawdoc2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index 63de29cdc04d..817577842adc 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -1049,7 +1049,7 @@ ImageMap* SdDrawDocument::GetImageMapForObject(SdrObject* pObj)
return NULL;
}
-/** this method enforces that the masterpages are in the currect order,
+/** this method enforces that the masterpages are in the correct order,
that is at position 1 is a PK_STANDARD masterpage followed by a
PK_NOTES masterpage and so on. #
*/