Typo in event_trigger.c

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in event_trigger.c
Date: 2016-11-08 13:28:37
Message-ID: CAB7nPqSa-s0a0mMFyG+h6b70DCiXiUdchiPFoq7T77X2FG1Zdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I just bumped into the following:
--- a/src/backend/commands/event_trigger.c
+++ b/src/backend/commands/event_trigger.c
@@ -742,7 +742,7 @@ EventTriggerCommonSetup(Node *parsetree,

/*
* Filter list of event triggers by command tag, and copy them into our
- * memory context. Once we start running the command trigers, or indeed
+ * memory context. Once we start running the command triggers, or indeed
* once we do anything at all that touches the catalogs, an invalidation
* might leave cachelist pointing at garbage, so we must do this before we
* can do much else.

Thanks to David Steele for pointing out a similar typo in one of my patches :p
--
Michael

Attachment Content-Type Size
event-trigger-typo.patch text/plain 673 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 2016-11-08 13:53:26 Re: Re: [PATCH] Tab completion for ALTER TYPE … RENAME VALUE …
Previous Message Michael Paquier 2016-11-08 13:25:09 Re: Fix checkpoint skip logic on idle systems by tracking LSN progress