Fixing various typos in comments and docs - Mailing list pgsql-hackers

From Jacob Brazeal
Subject Fixing various typos in comments and docs
Date
Msg-id CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Whole thread Raw
List pgsql-hackers
This patch fixes various typos I've found, most of them from recent commits. I think none should be controversial except perhaps 

--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -801,7 +801,7 @@ psql --username=postgres --file=script.sql postgres
     </para>
 
     <para>
-     Because not all statistics are not transferred by
+     Because not all statistics are transferred by
      <command>pg_upgrade</command>, you will be instructed to run a command to
      regenerate that information at the end of the upgrade.  You might need to
      set connection parameters to match your new cluster.

Separately from this, I have been working on some tooling to flag typos in new commits. Is that something we'd ever want to automate?

Regards,
Jacob
Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Extend postgres_fdw_get_connections to return remote backend pid
Next
From: Michael Paquier
Date:
Subject: Re: per backend WAL statistics