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() ) {