From a643816fe360c7551ac19c04e10111be620e9dad Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 5 Nov 2008 08:18:16 +0000 Subject: - commentary typo fix (tito) --- coreutils/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/id.c') diff --git a/coreutils/id.c b/coreutils/id.c index 3a12011fb..a75c226ef 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -133,7 +133,7 @@ int id_main(int argc UNUSED_PARAM, char **argv) } /* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */ /* id says: print the real ID instead of the effective ID, with -ugG */ - /* in fact in ths case egid is always printed if egid != rgid */ + /* in fact in this case egid is always printed if egid != rgid */ if (!opt || (opt & JUST_ALL_GROUPS)) { gid_t *groups; int n; -- cgit v1.2.3