]> granicus.if.org Git - php/commitdiff
fix typo
authorStanislav Malyshev <stas@php.net>
Tue, 8 Nov 2011 04:34:18 +0000 (04:34 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 8 Nov 2011 04:34:18 +0000 (04:34 +0000)
UPGRADING

index 58a318323cbbf62a9e13e9cfa53818c31e9fed38..61827adbb7de5ffd659fce5d8e27f6cd3addbcd1 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -461,7 +461,7 @@ UPGRADE NOTES - PHP 5.4
     $y = "o"; 
     A::{$x.$y.$y}();
 
-- Class member acces on instantiation:
+- Class member access on instantiation:
   (new foo)->method()
   (new foo)->property
   (new foo)[0]