wez             Sun Mar  2 10:11:42 2003 EDT

  Modified files:              
    /php4/sapi/activescript     scriptengine.cpp 
  Log:
  typo fix
  
Index: php4/sapi/activescript/scriptengine.cpp
diff -u php4/sapi/activescript/scriptengine.cpp:1.6 
php4/sapi/activescript/scriptengine.cpp:1.7
--- php4/sapi/activescript/scriptengine.cpp:1.6 Sun Mar  2 08:09:47 2003
+++ php4/sapi/activescript/scriptengine.cpp     Sun Mar  2 10:11:42 2003
@@ -15,7 +15,7 @@
    | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: scriptengine.cpp,v 1.6 2003/03/02 13:09:47 wez Exp $ */
+/* $Id: scriptengine.cpp,v 1.7 2003/03/02 15:11:42 wez Exp $ */
 
 /* Implementation Notes:
  *
@@ -1298,7 +1298,7 @@
                        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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to