From: Robert Haas Date: Tue, 8 Nov 2016 20:33:57 +0000 (-0500) Subject: Fix typo. X-Git-Tag: REL_10_BETA1~1426 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dce429b117be027f059bb9df5c76eb5eadcc456d;p=thirdparty%2Fpostgresql.git Fix typo. Michael Paquier --- diff --git a/src/backend/commands/event_trigger.c b/src/backend/commands/event_trigger.c index ac4c4ecbe77..e87fce7e6a9 100644 --- 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.