Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53060 - trunk/libs/utility
From: steven_at_[hidden]
Date: 2009-05-16 20:06:35


Author: steven_watanabe
Date: 2009-05-16 20:06:34 EDT (Sat, 16 May 2009)
New Revision: 53060
URL: http://svn.boost.org/trac/boost/changeset/53060

Log:
Replace aFactoty with aFactory. Fixes #3019
Text files modified:
   trunk/libs/utility/in_place_factories.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/utility/in_place_factories.html
==============================================================================
--- trunk/libs/utility/in_place_factories.html (original)
+++ trunk/libs/utility/in_place_factories.html 2009-05-16 20:06:34 EDT (Sat, 16 May 2009)
@@ -117,7 +117,7 @@
 <pre>struct C
 {
    template&lt;class InPlaceFactory&gt;
- C ( InPlaceFactory const& aFactoty )
+ C ( InPlaceFactory const& aFactory )
     :
     contained_ ( uninitialized_storage() )
    {


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