Revision: 1345
http://svn.sourceforge.net/complement/?rev=1345&view=rev
Author: complement
Date: 2006-10-23 23:40:06 -0700 (Mon, 23 Oct 2006)
Log Message:
-----------
typo
Modified Paths:
--------------
trunk/explore/perf/STL/compare.tex
Modified: trunk/explore/perf/STL/compare.tex
===================================================================
--- trunk/explore/perf/STL/compare.tex 2006-10-18 13:00:25 UTC (rev 1344)
+++ trunk/explore/perf/STL/compare.tex 2006-10-24 06:40:06 UTC (rev 1345)
@@ -1,4 +1,4 @@
-% -*- LaTeX -*- Time-stamp: <06/10/18 10:38:28 ptr>
+% -*- LaTeX -*- Time-stamp: <06/10/19 00:39:30 ptr>
\documentclass[a4paper]{article}
@@ -547,7 +547,7 @@
ropes;
\item if you use strings with sizes $0.5$K--$50$K then strings implementation
from native \libstd{} is a good choice; this will be good too if you only pass
- strings as parameters, without modifictions (but this is bad programming
+ strings as parameters, without modifications (but this is bad programming
technique nevertheless);
\item if you general work is modification of strings with sizes less then $0.5$K,
the strings from \STLport{} are for you;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|