From: Veres Lajos Date: Fri, 14 Feb 2014 15:16:17 +0000 (+0200) Subject: a few typofixes X-Git-Tag: php-5.6.0alpha3~1^2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7ec000f3526076fce684557bee0324a3f8b70ad;p=php a few typofixes --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 1ae43602d1..e7f08a3256 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1292,7 +1292,7 @@ int _php_mb_ini_mbstring_internal_encoding_set(const char *new_value, uint new_v const mbfl_encoding *encoding; if (!new_value || new_value_length == 0 || !(encoding = mbfl_name2encoding(new_value))) { - /* falls back to UTF-8 if an unkown encoding name is given */ + /* falls back to UTF-8 if an unknown encoding name is given */ encoding = mbfl_no2encoding(mbfl_no_encoding_utf8); } MBSTRG(internal_encoding) = encoding; diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 9dc9814a47..5da3ea5334 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -219,7 +219,7 @@ typedef struct { sb4 errcode; /* last ORA- error number */ OCIError *err; /* private error handle */ OCIStmt *stmt; /* statement handle */ - char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor recieved from Oracle */ + char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor received from Oracle */ char impres_flag; /* PHP_OCI_IMPRES_*_ */ long last_query_len; /* last query length */ HashTable *columns; /* hash containing all the result columns */ diff --git a/sapi/fpm/tests/apparmor.phpt b/sapi/fpm/tests/apparmor.phpt index cf9bd71118..e0f051998f 100644 --- a/sapi/fpm/tests/apparmor.phpt +++ b/sapi/fpm/tests/apparmor.phpt @@ -3,7 +3,7 @@ FPM: Apparmor Test --DESCRIPTION-- This test tries to launches a pool which tries to change to non existing apparmor hat a. Test succeeds if apparmor is not running or hat is non -existant. +existent. --SKIPIF--