Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51374 - trunk/libs/flyweight/doc/tutorial
From: joaquin_at_[hidden]
Date: 2009-02-21 15:35:05


Author: joaquin
Date: 2009-02-21 15:35:04 EST (Sat, 21 Feb 2009)
New Revision: 51374
URL: http://svn.boost.org/trac/boost/changeset/51374

Log:
typo
Text files modified:
   trunk/libs/flyweight/doc/tutorial/key_value.html | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/flyweight/doc/tutorial/key_value.html
==============================================================================
--- trunk/libs/flyweight/doc/tutorial/key_value.html (original)
+++ trunk/libs/flyweight/doc/tutorial/key_value.html 2009-02-21 15:35:04 EST (Sat, 21 Feb 2009)
@@ -135,7 +135,7 @@
 <p>
 The assignment cannot possibly work, because a key of type <code>std::string</code>
 is needed to do the internal lookup whereas we are passing a full texture object.
-Indeed, the code produces the a compilation error similar to this:
+Indeed, the code produces a compilation error similar to this:
 </p>
 
 <blockquote><pre>
@@ -218,9 +218,9 @@
 
 <br>
 
-<p>Revised December 2nd 2008</p>
+<p>Revised February 21st 2009</p>
 
-<p>&copy; Copyright 2006-2008 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
+<p>&copy; Copyright 2006-2009 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
 Distributed under the Boost Software
 License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
 LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk