diff options
Diffstat (limited to 'contrib/sepgsql/label.c')
-rw-r--r-- | contrib/sepgsql/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index deadd88b041..85f4efe072a 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -74,7 +74,7 @@ typedef struct { * sepgsql_get_client_label * * Returns the current security label of the client. All code should use this - * routine to get the current label, instead of refering to the client_label_* + * routine to get the current label, instead of referring to the client_label_* * variables above. */ char * |