summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
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.
========================================