From 343318028fb4aca0c69663c7d429d602a32aaf02 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 5 Oct 2001 15:50:11 +0000
Subject: [PATCH] ouput -> output

Oliver Elphick
---
 doc/src/sgml/ref/pg_dumpall.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index aff2ac55983..259bfbba840 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.23 2001/09/03 12:57:50 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.24 2001/10/05 15:50:11 momjian Exp $
 Postgres documentation
 -->
 
@@ -62,7 +62,7 @@ Postgres documentation
   </para>
 
   <para>
-   The SQL script will be written to the standard ouput.  Shell
+   The SQL script will be written to the standard output.  Shell
    operators should be used to redirect it into a file.
   </para>
 
-- 
GitLab