From 3f42f2f5d1c8026b6e1d21b91857a08d918c28c8 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Tue, 12 Aug 2014 22:00:23 +0100 Subject: typofixes --- ext/json/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/json.c') diff --git a/ext/json/json.c b/ext/json/json.c index b3240e1b4b..87de49cb8c 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -368,7 +368,7 @@ static int json_utf8_to_utf16(unsigned short *utf16, char utf8[], int len) /* {{ } } } else { - /* Only check if utf8 string is valid, and compute utf16 lenght */ + /* Only check if utf8 string is valid, and compute utf16 length */ for (j=0 ; pos < len ; j++) { us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); if (status != SUCCESS) { -- cgit v1.2.1