From ce941b5d4420252c58d35fed6ac00d6f0ccc76ae Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 8 Jan 2015 14:14:25 +0000 Subject: Fix a minor typo PR: 196463 Submitted by: logan@elandsys.com (maintainer) --- net/ngrep/files/patch-ngrep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ngrep/files/patch-ngrep.c') 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 */ -- cgit v1.2.3