From 287834a5afb72619013ebfd9ae481b911fdd150d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 28 Dec 2003 21:56:15 +0000 Subject: [PATCH] - Fix typo --- ext/standard/var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/var.c b/ext/standard/var.c index 0358080cac0..886142afffc 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;