]> granicus.if.org Git - php/commitdiff
- Fix typo
authorJohannes Schlüter <johannes@php.net>
Fri, 3 Mar 2006 09:56:47 +0000 (09:56 +0000)
committerJohannes Schlüter <johannes@php.net>
Fri, 3 Mar 2006 09:56:47 +0000 (09:56 +0000)
Zend/zend.h

index 697f56309ce9e3261ab718aed40d1116c848b97d..632449e78852de55eca7e654456fe923c90574ad 100644 (file)
@@ -321,7 +321,7 @@ typedef union _zvalue_value {
                UChar *val;
                int len;
        } ustr;
-       struct {                    /* Unicersal string type */
+       struct {                    /* Universal string type */
                zstr val;
                int len;
        } uni;