diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-11-14 11:43:10 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-11-14 11:43:10 +0900 |
commit | 788dd0b839fc9f2c85caf86014105afdb60ed5e3 (patch) | |
tree | 18e85b6a2483e0a513cd9b114abef92caf1c9c1d /contrib/sepgsql/selinux.c | |
parent | ec0294fb2c8287fd673c57701cdcf6c6396b2f60 (diff) |
Fix some typos
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
Diffstat (limited to 'contrib/sepgsql/selinux.c')
-rw-r--r-- | contrib/sepgsql/selinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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_<class>__<perm>) - * 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 |