summaryrefslogtreecommitdiff
path: root/contrib/sepgsql/database.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-10-30 10:03:00 +0900
committerMichael Paquier <michael@paquier.xyz>2019-10-30 10:03:00 +0900
commit6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c (patch)
treee06d7478c2cc96f89e0f6f00452bea8e0177b93e /contrib/sepgsql/database.c
parent517bf2d9107f0d45c5fea2e3904e8d3b10ce6bb2 (diff)
downloadpostgresql-6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c.tar.gz
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
Diffstat (limited to 'contrib/sepgsql/database.c')
-rw-r--r--contrib/sepgsql/database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/database.c b/contrib/sepgsql/database.c
index 0190d381a9..5850e076eb 100644
--- a/contrib/sepgsql/database.c
+++ b/contrib/sepgsql/database.c
@@ -74,7 +74,7 @@ sepgsql_database_post_create(Oid databaseId, const char *dtemplate)
* Compute a default security label of the newly created database based on
* a pair of security label of client and source database.
*
- * XXX - uncoming version of libselinux supports to take object name to
+ * XXX - upcoming version of libselinux supports to take object name to
* handle special treatment on default security label.
*/
rel = table_open(DatabaseRelationId, AccessShareLock);