From 472525a2abf0804dad38cd30d1ca04a5a1e167b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 19 Jan 2011 18:47:24 +1100 Subject: Fix typo. --- src/SplitVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3