]> granicus.if.org Git - php/commitdiff
typofixes
authorVeres Lajos <vlajos@gmail.com>
Sun, 17 Aug 2014 13:00:39 +0000 (16:00 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Sun, 17 Aug 2014 13:00:39 +0000 (16:00 +0300)
ext/fileinfo/tests/magic
ext/mbstring/oniguruma/HISTORY
ext/mysqli/tests/mysqli_store_result_copy.phpt
sapi/phpdbg/phpdbg_help.c

index dc80e8d370586bf0e3b8f7cdfc900dd8d2c37cb7..4e1ce98ed2e5e09c8c9e63b879dea89b415da272 100644 (file)
 >>>0x44                string  =GLOB           \b.
 >>>>0x60       beshort x               \b%.4d
 
-# Scripts that run in the embeded Python interpreter
+# Scripts that run in the embedded Python interpreter
 0              string  #!BPY           Blender3D BPython script
 
 #------------------------------------------------------------------------------
 >>0    ubyte           0xF5            FoxPro with memo
 # http://msdn.microsoft.com/en-US/library/st4a0s68(v=vs.80).aspx
 #>>0   ubyte           0xFA            FoxPro 2.x, with memo
-# unkown version (should not happen)
+# unknown version (should not happen)
 >>0    default         x               xBase
 >>>0   ubyte           x               (0x%x)
 # flags in version byte
 >>>>0  ubelong                 =0              \b, next free block index %lu
 >>>>0  ubelong                 !0              \b, next free block index %lu
 >>>512 default                 x               dBase IV DBT
-# DBF file name without extention 
+# DBF file name without extension
 >>>>8  string                  >\0             \b of %-.8s.DBF
 # size of blocks  ; not reliable 0x2020204C
 #>>>>4 ulelong                 =0              \b, blocks size %lu
 >>>>>379       string  GRUB\ \0                \b, GRUB version 0.95 or 0.96
 >>>>391                string  Geom\0Hard\ Disk\0Read\0\ Error\0
 >>>>>385       string  GRUB\ \0                \b, GRUB version 0.97
-#unkown version
+#unknown version
 >>>343         string  Geom\0Read\0\ Error\0   
 >>>>321                string  Loading\ stage1.5       \b, GRUB version x.y
 >>>380         string  Geom\0Hard\ Disk\0Read\0\ Error\0
 #>65   string          ZSYS            (Pre-System 7 system file)
 #>65   string          acf3            (Aldus FreeHand)
 #>65   string          cdev            (control panel)
-#>65   string          dfil            (Desk Acessory suitcase)
+#>65   string          dfil            (Desk Accessory suitcase)
 #>65   string          libr            (library)
 #>65   string          nX^d            (WriteNow word processor)
 #>65   string          nX^w            (WriteNow dictionary)
 # $File: sysex,v 1.7 2013/09/16 15:12:42 christos Exp $
 # sysex: file(1) magic for MIDI sysex files
 #
-# GRR: orginal 1 byte test at offset was too general as it catches also many FATs of DOS filesystems
+# GRR: original 1 byte test at offset was too general as it catches also many FATs of DOS filesystems
 # where real SYStem EXclusive messages at offset 1 are limited to seven bits
 # http://en.wikipedia.org/wiki/MIDI
 0      ubeshort&0xFF80         0xF000          SysEx File -
index 6b3031bcb6eab8ef76cadad9daf0c7fa00cb8e2d..969deec36b2dde2c13205ebbb4c436f423a4ca98 100644 (file)
@@ -897,7 +897,7 @@ History
 2004/10/18: [impl] (thanks Imai Yasumasa)
                    enclose #include <sys/types.h> by #ifndef __BORLANDC__.
 2004/10/18: [bug]  (thanks Imai Yasumasa)
-                   memory acess violation in select_opt_exact_info().
+                   memory access violation in select_opt_exact_info().
 2004/09/25: [dist] fix doc/API and doc/API.ja.
 2004/09/25: [bug]  fix OP_SEMI_END_BUF process in match_at() for
                    the case USE_NEWLINE_AT_END_OF_STRING_HAS_EMPTY_LINE
@@ -1831,7 +1831,7 @@ History
 2003/01/31: [impl] rename TTRANS() to TOLOWER().
 2003/01/30: [bug]  .c.o --> .c.obj in win32\Makefile.
 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
-                   NOT_RUBY is refered in regint.h for escape double
+                   NOT_RUBY is referred in regint.h for escape double
                    including config.h.
 2003/01/30: [impl] when string hasn't case ambiguity, don't compile
                    to ignore case opcode.
index 304300459b9b9fac956f3128b040745cd2d326b8..cdbccee1987ac3c51c0ac5099129389da4cb9230 100644 (file)
@@ -75,7 +75,7 @@ mysqlnd.fetch_data_copy=0
        printf("No result: %d\n", $no_result);
 
        /* implicit free, implicit store */
-       /* meta and fetch lenghts code */
+       /* meta and fetch lengths code */
        if (!$res = mysqli_query($link, "SELECT CONCAT(id, id) AS _c, label FROM test ORDER BY id DESC LIMIT 2"))
                printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
 
index 1e58dc69cad557880d722d7dbd0a0bb241383b86..c552529930c434fe0f9415341384a18394d00217 100644 (file)
@@ -362,7 +362,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
 "  **-c**      **-c**/my/php.ini       Set php.ini file to load" CR
 "  **-d**      **-d**memory_limit=4G   Set a php.ini directive" CR
 "  **-n**                          Disable default php.ini" CR
-"  **-q**                          Supress welcome banner" CR
+"  **-q**                          Suppress welcome banner" CR
 "  **-v**                          Enable oplog output" CR
 "  **-s**                          Enable stepping" CR
 "  **-b**                          Disable colour" CR
@@ -545,7 +545,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
 
 "    $P break ZEND_ADD" CR
 "    $P b ZEND_ADD" CR
-"    Break on any occurence of the opcode ZEND_ADD" CR CR
+"    Break on any occurrence of the opcode ZEND_ADD" CR CR
 
 "    $P break del 2" CR
 "    $P b ~ 2" CR