Fix typo in a comment.

s/minimzes/minimizes/
This commit is contained in:
Vadim Zeitlin
2015-06-19 13:40:41 +02:00
parent ad21cc332a
commit 6f2fdbae6a

View File

@@ -171,7 +171,7 @@ public:
void Clear();
// preallocates memory for given number of items
void Alloc(size_t nCount);
// minimzes the memory usage (by freeing all extra memory)
// minimizes the memory usage (by freeing all extra memory)
void Shrink();
// simple accessors