From: Derick Rethans Date: Sun, 28 Dec 2003 21:56:15 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php_ibase_before_split~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=287834a5afb72619013ebfd9ae481b911fdd150d;p=php - Fix typo --- diff --git a/ext/standard/var.c b/ext/standard/var.c index 0358080cac..886142afff 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -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;