summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:39:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:36 +0200
commit52ba650bffc2a5b215af50c7f45dae035f46663c (patch)
treefa784f93f0a926f30f3581d1287771ab3af62c06 /sc/source/ui
parent2ebf68288bab81b1cefd24e71671d612cfcb84a5 (diff)
typo: reverese -> reverse
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index d3159b601f28..8496fc236b2f 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -701,7 +701,7 @@ void ScUndoDeleteMulti::Redo()
ScDocument* pDoc = pDocShell->GetDocument();
- // reverese delete
+ // reverse delete
std::vector<sc::ColRowSpan>::const_reverse_iterator ri = maSpans.rbegin(), riEnd = maSpans.rend();
for (; ri != riEnd; ++ri)
{