diff options
author | John Denker <jsd@av8n.com> | 2012-08-03 21:21:06 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-12-02 11:54:09 -0700 |
commit | 980c3a6b179be04eed463e8e04d22da18d915b48 (patch) | |
tree | 2a36bf3cedef5f0fff943435193508eeec85bb4a /tools | |
parent | 59873de5fb96c11f2c0e5970ac0a9b14c36b7bd9 (diff) |
minor
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fixown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fixown.c b/tools/fixown.c index aefce86..578cf29 100644 --- a/tools/fixown.c +++ b/tools/fixown.c @@ -114,7 +114,7 @@ int main(int _argc, char** _argv){ getgrnam_r(grp.c_str(), &gr, scratch, size, &pgr); if (pgr == 0) { - cerr << progid << " user not found: " << grp << endl; + cerr << progid << " group not found: " << grp << endl; exit(1); } grp_num = gr.gr_gid; |