From 61a6015b5ac2fd3d9dc19c314a36a6bf8e8b804a Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sun, 17 May 2009 00:06:34 +0000 Subject: [PATCH] Replace aFactoty with aFactory. Fixes #3019 [SVN r53060] --- in_place_factories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in_place_factories.html b/in_place_factories.html index d3791f8..f8a4c7b 100644 --- a/in_place_factories.html +++ b/in_place_factories.html @@ -117,7 +117,7 @@ The following simplified example shows the basic idea. A complete example follow
struct C
 {
    template<class InPlaceFactory>
-   C ( InPlaceFactory const& aFactoty )
+   C ( InPlaceFactory const& aFactory )
     :
     contained_ ( uninitialized_storage() )
    {