summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documentimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/documentimport.cxx')
-rw-r--r--sc/source/core/data/documentimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documentimport.cxx b/sc/source/core/data/documentimport.cxx
index 7c6ec98a20a2..98e0fafea951 100644
--- a/sc/source/core/data/documentimport.cxx
+++ b/sc/source/core/data/documentimport.cxx
@@ -512,7 +512,7 @@ class CellStoreInitializer
//
// The problem with having the attributes in CellStoreInitializer
// directly is that, as a functor, it might be copied around. In
- // that case miPos in _copied_ object points ot maAttrs in the
+ // that case miPos in _copied_ object points to maAttrs in the
// original object, not in the copy. So later, deep in mdds, we end
// up comparing iterators from different sequences.
//