]> granicus.if.org Git - php/commitdiff
[ci skip] Fix typos
authorAnatol Belski <ab@php.net>
Fri, 12 Jan 2018 18:12:54 +0000 (19:12 +0100)
committerAnatol Belski <ab@php.net>
Fri, 12 Jan 2018 18:12:54 +0000 (19:12 +0100)
UPGRADING

index fff5beea670bab40a1f93014e63c125088e47eb2..36273e50c07d416046e71d21e5b559431001f81d 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -196,8 +196,8 @@ PGSQL:
 - Core
   . File descriptors are opened in shared read/write/delete mode by default.
     This effectively maps the UNIX semantics and allows to delete files with
-    handles in use. It is not 100% same, some platform differences still
-    persist. After the delition, the filename entry is blocked, until all
+    handles in use. It is not 100% same, some platform differences still
+    persist. After the deletion, the filename entry is blocked, until all
     the opened handles to it are closed.
 
 ========================================