typo in manual

This commit is contained in:
Tom Henderson
2012-04-01 11:34:04 -07:00
parent 9f3a3b39d6
commit 65ae1b74be

View File

@@ -488,7 +488,7 @@ follows:::
ConfigStore::ConfigStore ()
{
ObjectBase::ConstructSelf (AttributeList ());
ObjectBase::ConstructSelf (AttributeConstructionList ());
// continue on with constructor.
}