diff options
author | Robert Haas | 2012-04-24 02:43:09 +0000 |
---|---|---|
committer | Robert Haas | 2012-04-24 02:43:09 +0000 |
commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /contrib/sepgsql/label.c | |
parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) |
Lots of doc corrections.
Josh Kupershmidt
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 deadd88b04..85f4efe072 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 * |