From: Wez Furlong Date: Sun, 2 Mar 2003 15:11:42 +0000 (+0000) Subject: typo fix X-Git-Tag: RELEASE_0_5~660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71b1c7bdb08afcec3d5d21144ee610793ea61c70;p=php typo fix --- diff --git a/sapi/activescript/scriptengine.cpp b/sapi/activescript/scriptengine.cpp index 61ca2d8f5f..84611ba1a6 100644 --- a/sapi/activescript/scriptengine.cpp +++ b/sapi/activescript/scriptengine.cpp @@ -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