From 2036f71b751152e443beecfdd8bffbb4e17447c2 Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Thu, 13 Jul 2017 18:14:01 -0400
Subject: [PATCH] Fix typo in v10 release notes

The new functions return a list of files in the corresponding directory,
not the name of the directory itself.

Pointed out by Gianni Ciolli.
---
 doc/src/sgml/release-10.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index debaa80099..5df4a2716b 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -974,7 +974,7 @@
 -->
         <para>
          Add functions to return the log and <acronym>WAL</> directory
-         names (Dave Page)
+         contents (Dave Page)
         </para>
 
         <para>
-- 
2.40.0