aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-01-19 18:47:24 +1100
committernyamatongwe <unknown>2011-01-19 18:47:24 +1100
commit472525a2abf0804dad38cd30d1ca04a5a1e167b7 (patch)
treea066f6a084cbad2d86e6d7f3a10536c753108bf6
parentda7156d1714ddfd35fc67be91c889c0aad5767e7 (diff)
downloadscintilla-mirror-472525a2abf0804dad38cd30d1ca04a5a1e167b7.tar.gz
Fix typo.
-rw-r--r--src/SplitVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SplitVector.h b/src/SplitVector.h
index 2e17ba3dc..44d5ddc0e 100644
--- a/src/SplitVector.h
+++ b/src/SplitVector.h
@@ -238,7 +238,7 @@ public:
DeleteRange(0, lengthBody);
}
- // Retrieve a range of elemetns into an array
+ // Retrieve a range of elements into an array
void GetRange(T *buffer, int position, int retrieveLength) const {
// Split into up to 2 ranges, before and after the split then use memcpy on each.
int range1Length = 0;