From: Anatol Belski <ab@php.net>
Date: Fri, 12 Jan 2018 18:12:54 +0000 (+0100)
Subject: [ci skip] Fix typos
X-Git-Tag: php-7.3.0alpha1~644
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2a1199d3319d16fadf800cfc6a0eabe001ea8c3;p=php

[ci skip] Fix typos
---

diff --git a/UPGRADING b/UPGRADING
index fff5beea67..36273e50c0 100644
--- 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 a 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.
 
 ========================================