]> granicus.if.org Git - php/commitdiff
Remove incorrect use of 'irregardless'
authorAndrew Smith <espadav8@gmail.com>
Fri, 12 Jun 2015 05:28:15 +0000 (15:28 +1000)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 15 Jun 2015 22:31:37 +0000 (00:31 +0200)
Correct word should be simply regardless

UPGRADING

index fb6727d34678aa8a964c5d6513ddb3140afa74be..8d97e5576e842845f2de9c801714462060a80294 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -61,7 +61,7 @@ Changes to variable handling
       $last = array_pop((getArray()));
       // Strict Standards: Only variables should be passed by reference
 
-  will now throw a strict standards error irregardless of whether parentheses
+  will now throw a strict standards error regardless of whether parentheses
   are used. Previously no notice was generated in the second case.
 
 * Array elements or object properties that are automatically created during