summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdpage.cxx')
-rw-r--r--svx/source/svdraw/svdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index 3ea2aee6bf20..cbb88446eec2 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -105,7 +105,7 @@ SdrObjList::~SdrObjList()
{
// To avoid that the Clear() method will broadcast changes when in destruction
- // which would call virtual methos (not allowed in destructor), the model is set
+ // which would call virtual method (not allowed in destructor), the model is set
// to NULL here.
pModel = nullptr;