|
From: <jfb...@us...> - 2009-03-05 12:21:55
|
Revision: 997
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=997&view=rev
Author: jfbastien
Date: 2009-03-05 12:21:52 +0000 (Thu, 05 Mar 2009)
Log Message:
-----------
Typo.
Modified Paths:
--------------
trunk/include/loki/flex/simplestringstorage.h
Modified: trunk/include/loki/flex/simplestringstorage.h
===================================================================
--- trunk/include/loki/flex/simplestringstorage.h 2009-03-04 16:04:41 UTC (rev 996)
+++ trunk/include/loki/flex/simplestringstorage.h 2009-03-05 12:21:52 UTC (rev 997)
@@ -103,7 +103,7 @@
{
// 11-17-2000: comment added:
// No need to allocate (capacity + 1) to
- // accomodate the terminating 0, because Data already
+ // accommodate the terminating 0, because Data already
// has one one character in there
pData_ = static_cast<Data*>(
malloc(sizeof(Data) + capacity * sizeof(E)));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|