summaryrefslogtreecommitdiff
path: root/sapi/activescript/scriptengine.cpp
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-03-02 15:11:42 +0000
committerWez Furlong <wez@php.net>2003-03-02 15:11:42 +0000
commit71b1c7bdb08afcec3d5d21144ee610793ea61c70 (patch)
treebccabac3a77ec49f54b5966f17f7761c435800ce /sapi/activescript/scriptengine.cpp
parent99bec84027d63974aa1e5925e05b5798dc2a337c (diff)
downloadphp-git-71b1c7bdb08afcec3d5d21144ee610793ea61c70.tar.gz
typo fix
Diffstat (limited to 'sapi/activescript/scriptengine.cpp')
-rw-r--r--sapi/activescript/scriptengine.cpp2
1 files changed, 1 insertions, 1 deletions
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