]> granicus.if.org Git - php/commitdiff
- Fix typo
authorDerick Rethans <derick@php.net>
Sun, 28 Dec 2003 21:56:15 +0000 (21:56 +0000)
committerDerick Rethans <derick@php.net>
Sun, 28 Dec 2003 21:56:15 +0000 (21:56 +0000)
ext/standard/var.c

index 0358080cac01a70747a3cbc0e8d611529c896b98..886142afffc36c0e1b3b50d4e0f440cff927c7e8 100644 (file)
@@ -51,7 +51,7 @@ static int php_array_element_dump(zval **zv, int num_args, va_list args, zend_ha
                php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h);
        } else { /* string key */
                if (va_arg(args, int) && hash_key->arKey[0] == '\0') { 
-                       /* XXX: perphaps when we are inside the class we should permit access to 
+                       /* XXX: perhaps when we are inside the class we should permit access to 
                         * private & protected values
                         */
                        return 0;