From: Reeze Xia Date: Fri, 15 Feb 2013 05:48:37 +0000 (+0800) Subject: Typo fix X-Git-Tag: php-5.5.0beta1~42^2~72^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fec381b3a0f947b15d0f73bda513cb79a113581;p=php Typo fix --- diff --git a/ZendAccelerator.c b/ZendAccelerator.c index 3e9ea12e7a..174ba75486 100644 --- a/ZendAccelerator.c +++ b/ZendAccelerator.c @@ -231,7 +231,7 @@ static void (*orig_interned_strings_restore)(TSRMLS_D); /* O+ disables creation of interned strings by regular PHP compiler, instead, * it creates interned strings in shared memory when saves a script. - * Such interned strings are shatred across all PHP processes + * Such interned strings are shared across all PHP processes */ static const char *accel_new_interned_string_for_php(const char *str, int len, int free_src TSRMLS_DC) {