Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 8 Aug 2012 21:34:20 +0000 (17:34 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 8 Aug 2012 21:40:50 +0000 (17:40 -0400)
src/backend/commands/tablecmds.c

index 6ff08a29cc15bcd99af86dc701c7dcb49b678af3..da45db44b0f963291c3f9a3336d15801a892673f 100644 (file)
@@ -10165,7 +10165,7 @@ AtEOSubXact_on_commit_actions(bool isCommit, SubTransactionId mySubid,
  * This is intended as a callback for RangeVarGetRelidExtended().  It allows
  * the table to be locked only if (1) it's a plain table or TOAST table and
  * (2) the current user is the owner (or the superuser).  This meets the
- * permission-checking needs of both CLUTER and REINDEX TABLE; we expose it
+ * permission-checking needs of both CLUSTER and REINDEX TABLE; we expose it
  * here so that it can be used by both.
  */
 void