diff options
author | nyamatongwe <unknown> | 2011-01-19 18:47:24 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-01-19 18:47:24 +1100 |
commit | 472525a2abf0804dad38cd30d1ca04a5a1e167b7 (patch) | |
tree | a066f6a084cbad2d86e6d7f3a10536c753108bf6 /src/SplitVector.h | |
parent | da7156d1714ddfd35fc67be91c889c0aad5767e7 (diff) | |
download | scintilla-mirror-472525a2abf0804dad38cd30d1ca04a5a1e167b7.tar.gz |
Fix typo.
Diffstat (limited to 'src/SplitVector.h')
-rw-r--r-- | src/SplitVector.h | 2 |
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; |