aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/SplitVector.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
commit5e1f3c9b721f436cd60961af3df53734f10deedf (patch)
tree36499b447ce0b871aafdd1bd23716b120d70ed27 /src/SplitVector.h
parent46d00d15940a78ba6cd5fb5b884e08d0394c3abe (diff)
downloadscintilla-mirror-5e1f3c9b721f436cd60961af3df53734f10deedf.tar.gz
Fix spelling mistakes.
Diffstat (limited to 'src/SplitVector.h')
-rw-r--r--src/SplitVector.h2
1 files changed, 1 insertions, 1 deletions
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)