From: Johannes Schlüter Date: Fri, 3 Mar 2006 09:56:47 +0000 (+0000) Subject: - Fix typo X-Git-Tag: RELEASE_1_2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ed7db0e3b03aa08ccd6cfeb1f3889f250946fb9;p=php - Fix typo --- diff --git a/Zend/zend.h b/Zend/zend.h index 697f56309c..632449e788 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -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;