]> granicus.if.org Git - php/commitdiff
a few typofixes
authorVeres Lajos <vlajos@gmail.com>
Fri, 14 Feb 2014 15:16:17 +0000 (17:16 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Fri, 14 Feb 2014 15:16:17 +0000 (17:16 +0200)
ext/mbstring/mbstring.c
ext/oci8/php_oci8_int.h
sapi/fpm/tests/apparmor.phpt
sapi/phpdbg/phpdbg_help.c

index 1ae43602d15a0dcd066513f360479a57797f7570..e7f08a32564883b6f9e92de1cea8fc9a1251fb66 100644 (file)
@@ -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;
index 9dc9814a47b1bc27deca43fbcc58a5596c99d15e..5da3ea533462b9be2a1dc2d541b5cd992ab8c2a5 100644 (file)
@@ -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 */
index cf9bd71118113435efdfc5202a944fbceaeefc34..e0f051998ff22a817fb4a3f69ff477eea77952c6 100644 (file)
@@ -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--
 <?php
 include "skipif.inc";
@@ -39,7 +39,7 @@ EOT;
    - failed to change to new confinement
      something in apparmor went wrong
    - exited with code 70
-     Change to successful; Hat not existant (Process gets killed by apparmor)
+     Change to successful; Hat not existent (Process gets killed by apparmor)
  */
 var_dump(run_fpm_till('/(SIGSEGV|failed to query apparmor confinement|failed to change to new confinement|exited with code 70)/', $cfg));
 
index a02cb41c1437f5e181bab05207053d5fad3d1b95..d2fea8d7c7a738adefbe27db06fd15900411fd7d 100644 (file)
@@ -268,7 +268,7 @@ PHPDBG_HELP(break) /* {{{ */
        phpdbg_writeln(EMPTY);
        phpdbg_writeln("\t%sbreak op ZEND_ADD", phpdbg_get_prompt(TSRMLS_C));
        phpdbg_writeln("\t%sb O ZEND_ADD", phpdbg_get_prompt(TSRMLS_C));
-       phpdbg_writeln("\tWill break on every occurence of the opcode provided");
+       phpdbg_writeln("\tWill break on every occurrence of the opcode provided");
        phpdbg_writeln(EMPTY);
        phpdbg_writeln("\t%sbreak del 1", phpdbg_get_prompt(TSRMLS_C));
        phpdbg_writeln("\t%sb d 1", phpdbg_get_prompt(TSRMLS_C));
@@ -574,7 +574,7 @@ PHPDBG_HELP(options) /* {{{ */
        phpdbg_writeln(" -c\t-c/my/php.ini\t\tSet php.ini file to load");
        phpdbg_writeln(" -d\t-dmemory_limit=4G\tSet a php.ini directive");
        phpdbg_writeln(" -n\tN/A\t\t\tDisable default php.ini");
-       phpdbg_writeln(" -q\tN/A\t\t\tSupress welcome banner");
+       phpdbg_writeln(" -q\tN/A\t\t\tSuppress welcome banner");
        phpdbg_writeln(" -e\t-emytest.php\t\tSet execution context");
        phpdbg_writeln(" -v\tN/A\t\t\tEnable oplog output");
        phpdbg_writeln(" -s\tN/A\t\t\tEnable stepping");