]> granicus.if.org Git - php/commitdiff
fix typo
authorAnatol Belski <ab@php.net>
Fri, 6 Jan 2017 17:55:12 +0000 (18:55 +0100)
committerAnatol Belski <ab@php.net>
Fri, 6 Jan 2017 17:55:12 +0000 (18:55 +0100)
UPGRADING

index cc2bc14f0ee2f979814bb833928c970e371b9f26..a71e179c3a085dde7635897b696aca2484f30be8 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -342,7 +342,7 @@ PHP 7.1 UPGRADE NOTES
 - PDO_Firebird
   As of PHP 7.1.3, the fetched data for integer fields is aware of the Firebird
   datatypes. Previously all integers was fetched as strings, starting with
-  aforementioned PHP version intger fields are translated to the PHP integer
+  aforementioned PHP version integer fields are translated to the PHP integer
   datatype. The 64-bit integers are still fetched as strings in 32-bit PHP
   builds.