From 808e00138126f7ce571fd905498dba6614c16278 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 09:28:15 +1100 Subject: Backport: Fix spelling mistakes. Backport of changeset 8028:78a688809e75. --- src/SplitVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SplitVector.h') diff --git a/src/SplitVector.h b/src/SplitVector.h index a8f1ed1d9..fcd8b0d0e 100644 --- a/src/SplitVector.h +++ b/src/SplitVector.h @@ -85,7 +85,7 @@ public: } /// Reallocate the storage for the buffer to be newSize and - /// copy exisiting contents to the new buffer. + /// copy existing contents to the new buffer. /// Must not be used to decrease the size of the buffer. void ReAllocate(ptrdiff_t newSize) { if (newSize < 0) -- cgit v1.2.3