This commit is contained in:
Mathieu Lacage
2008-01-03 11:37:23 +01:00
parent c547c88e89
commit 33bd62d32f

View File

@@ -68,7 +68,7 @@ InterfaceIdDefaultValue::DoGetType (void) const
if (iid.HasConstructor ())
{
InterfaceId tmp = iid;
// doe this interface id supports the requested interface id ?
// does this interface id supports the requested interface id ?
do {
if (tmp == m_interfaceId)
{