From 788dd0b839fc9f2c85caf86014105afdb60ed5e3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 14 Nov 2020 11:43:10 +0900 Subject: Fix some typos Author: Daniel Gustafsson Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se --- contrib/sepgsql/selinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sepgsql/selinux.c') diff --git a/contrib/sepgsql/selinux.c b/contrib/sepgsql/selinux.c index 2695e88f23c..64ae53e867d 100644 --- a/contrib/sepgsql/selinux.c +++ b/contrib/sepgsql/selinux.c @@ -892,7 +892,7 @@ sepgsql_compute_create(const char *scontext, * tcontext: security label of the object being referenced * tclass: class code (SEPG_CLASS_*) of the object being referenced * required: a mask of required permissions (SEPG___) - * audit_name: a human readable object name for audit logs, or NULL. + * audit_name: a human-readable object name for audit logs, or NULL. * abort_on_violation: true, if error shall be raised on access violation */ bool -- cgit v1.2.3