]> granicus.if.org Git - php/commitdiff
Fixed a couple of trivial typos
authorPhilip Olson <philip@php.net>
Wed, 19 Jan 2011 22:41:01 +0000 (22:41 +0000)
committerPhilip Olson <philip@php.net>
Wed, 19 Jan 2011 22:41:01 +0000 (22:41 +0000)
UPGRADING

index 4cd1749b0fcce42cd365393a460ef03b4f2ac3e1..9c5d18affba39a7698b8ced7cf6ebb96d856e464 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -134,10 +134,10 @@ UPGRADE NOTES - PHP X.Y
   the validity of the entities. Numerical entities are checked for a valid
   range (0 to 0x10FFFF); if the flag ENT_DISALLOWED is given, the validity of
   such numerical entity in the target document type is also checked.  Named
-  entitities are checked for necessary existence in the target document type
+  entities are checked for necessary existence in the target document type
   instead of only checking whether they were constituted by alphanumeric
   characters.
-- The flag ENT_DISALLOWED was addded. In addition to the behavior described in
+- The flag ENT_DISALLOWED was added. In addition to the behavior described in
   the item before, it also makes htmlentities/htmlspecialchars substitute
   characters that appear literally in the argument string and which are not
   allowed in the target document type with U+FFFD (UTF-8) or &#xFFFD;.