author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Thu, 03 Jan 2008 11:37:23 +0100 | |
changeset 2248 | ef41f6549f45 |
parent 2247 | 56b3591fa3b0 |
child 2249 | 3a1da26d61dc |
--- a/src/core/interface-id-default-value.cc Thu Jan 03 11:37:09 2008 +0100 +++ b/src/core/interface-id-default-value.cc Thu Jan 03 11:37:23 2008 +0100 @@ -68,7 +68,7 @@ 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) {