From 92fb5edbc1ba2b3cc2fbf0a203c2bb511a42dba3 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 8 Oct 2006 19:18:32 +0000
Subject: [PATCH] Update multi-line editing wording in release notes.

---
 doc/src/sgml/release.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index e58cd4f1df9..5d8036f6f68 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.468 2006/10/08 18:15:52 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.469 2006/10/08 19:18:32 momjian Exp $ -->
 <!--
 
 Typical markup:
@@ -1766,8 +1766,8 @@ links to the main documentation.
 
        <para>
 	This makes up-arrow recall of queries easier.  (This is
-	not availble on Win32 because it uses the native command-line
-	editing present in the operating system.)
+	not available on Win32 because it typically uses the native
+	command-line editing present in the operating system.)
        </para>
       </listitem>
 
-- 
GitLab