From 71a428392919fe740ff01650702e52473e5c3dbc Mon Sep 17 00:00:00 2001 From: trhodes Date: Sat, 23 Apr 2005 02:20:35 +0000 Subject: Fix two typos in comments. --- lib/libugidfw/ugidfw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c index c1f0516..1f46e50 100644 --- a/lib/libugidfw/ugidfw.c +++ b/lib/libugidfw/ugidfw.c @@ -46,7 +46,7 @@ #include "ugidfw.h" /* - * Text format for rules: rules contain subjectand object elements, mode. + * Text format for rules: rules contain subject and object elements, mode. * Each element takes the form "[not] [uid number] [gid number]". * The total form is "subject [element] object [element] mode [mode]". * At least * one of a uid or gid entry must be present; both may also be @@ -281,7 +281,7 @@ bsde_parse_identity(int argc, char *argv[], gid_seen = 0; gid = 0; - /* First phrase: uid [uid] or gid[gid]. */ + /* First phrase: uid [uid] or gid [gid]. */ if (strcmp("uid", argv[current]) == 0) { if (current + 2 > argc) { len = snprintf(errstr, buflen, "uid short"); -- cgit v1.1