]> granicus.if.org Git - php/commitdiff
typo fix
authorWez Furlong <wez@php.net>
Sun, 2 Mar 2003 15:11:42 +0000 (15:11 +0000)
committerWez Furlong <wez@php.net>
Sun, 2 Mar 2003 15:11:42 +0000 (15:11 +0000)
sapi/activescript/scriptengine.cpp

index 61ca2d8f5fa438164a2c0b46e19ea77a1aea45ce..84611ba1a6ba4c556aff0acd73f24766206e953e 100644 (file)
@@ -1298,7 +1298,7 @@ trace("Add %s to global namespace\n", name);
                        if (FAILED(typ->GetFuncDesc(i, &func)))
                                continue;
 
-                       /* Look at it's type */
+                       /* Look at its type */
                        if (func->invkind == INVOKE_PROPERTYGET
                                        && VT_PTR == func->elemdescFunc.tdesc.vt
                                        && VT_USERDEFINED == func->elemdescFunc.tdesc.lptdesc->vt