diff options
author | nyamatongwe <devnull@localhost> | 2011-01-19 18:47:24 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-01-19 18:47:24 +1100 |
commit | 89c21a81fcfccc4beecc2442e6e434fd6edbc9b1 (patch) | |
tree | 3aa52279c4f78ade67f900405681873e2e0a69fa | |
parent | 371d923479da96d427f38067343fd645881895df (diff) | |
download | scintilla-mirror-89c21a81fcfccc4beecc2442e6e434fd6edbc9b1.tar.gz |
Fix typo.
-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; |