summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAndres Freund2014-09-01 10:01:29 +0000
committerAndres Freund2014-09-01 10:01:29 +0000
commit5a64cb740dc7de868a1395a53778686c0a72f6a7 (patch)
treeb5afbfcf40762f881b7c52ff3941cc4a240d8d75 /src/include
parent9c4b55db1dc901dc184b1b3ab9cca3f2089ec311 (diff)
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/objectaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h
index 4fdd0567ca..1e1cb13505 100644
--- a/src/include/catalog/objectaccess.h
+++ b/src/include/catalog/objectaccess.h
@@ -13,7 +13,7 @@
/*
* Object access hooks are intended to be called just before or just after
* performing certain actions on a SQL object. This is intended as
- * infrastructure for security or logging pluggins.
+ * infrastructure for security or logging plugins.
*
* OAT_POST_CREATE should be invoked just after the object is created.
* Typically, this is done after inserting the primary catalog records and