Typo in tablecmds.c

Started by Etsuro Fujitaover 10 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Hi,

The attached patch fixes a typo in a comment in tablecmds.c.

Best regards,
Etsuro Fujita

Attachments:

tablecmd-typo.patchtext/x-diff; name=tablecmd-typo.patchDownload
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index 33ea387..5114e6f 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -2342,7 +2342,7 @@ RangeVarCallbackForRenameAttribute(const RangeVar *rv, Oid relid, Oid oldrelid,
 }
 
 /*
- *		renameatt		- changes the name of a attribute in a relation
+ *		renameatt		- changes the name of an attribute in a relation
  *
  * The returned ObjectAddress is that of the renamed column.
  */
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: Etsuro Fujita (#1)
Re: Typo in tablecmds.c

On 05/20/2015 12:40 PM, Etsuro Fujita wrote:

The attached patch fixes a typo in a comment in tablecmds.c.

Fixed, along with dozens more similar typos I found with some grepping.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Heikki Linnakangas (#2)
Re: Typo in tablecmds.c

On 2015/05/20 22:59, Heikki Linnakangas wrote:

On 05/20/2015 12:40 PM, Etsuro Fujita wrote:

The attached patch fixes a typo in a comment in tablecmds.c.

Fixed, along with dozens more similar typos I found with some grepping.

Thanks for doint that completely!

Best regards,
Etsuro Fujita

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers