Replace aFactoty with aFactory. Fixes #3019

[SVN r53060]
This commit is contained in:
Steven Watanabe 2009-05-17 00:06:34 +00:00
parent 682032a340
commit 61a6015b5a

View File

@ -117,7 +117,7 @@ The following simplified example shows the basic idea. A complete example follow
<pre>struct C <pre>struct C
{ {
template&lt;class InPlaceFactory&gt; template&lt;class InPlaceFactory&gt;
C ( InPlaceFactory const& aFactoty ) C ( InPlaceFactory const& aFactory )
: :
contained_ ( uninitialized_storage() ) contained_ ( uninitialized_storage() )
{ {