diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-08 14:14:25 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-08 14:14:25 +0000 |
| commit | ce941b5d4420252c58d35fed6ac00d6f0ccc76ae (patch) | |
| tree | 008c3442abc98ac2c0bff337c2bb8e7f9261c7ad /net/ngrep/files/patch-ngrep.c | |
| parent | Update to 3.10.0 (diff) | |
Fix a minor typo
PR: 196463
Submitted by: logan@elandsys.com (maintainer)
Diffstat (limited to 'net/ngrep/files/patch-ngrep.c')
| -rw-r--r-- | net/ngrep/files/patch-ngrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ngrep/files/patch-ngrep.c b/net/ngrep/files/patch-ngrep.c index a3873b51280a..ebeaecc16afb 100644 --- a/net/ngrep/files/patch-ngrep.c +++ b/net/ngrep/files/patch-ngrep.c @@ -59,7 +59,7 @@ + } + + if (cap_enter() < 0 && errno != ENOSYS) { -+ fprintf(stderr, "Can't enter capability mode"); ++ fprintf(stderr, "can't enter capability mode"); + clean_exit(-1); + } +#endif /* HAVE_CAPSICUM */ |
