diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:54 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:54 +0000 |
| commit | 1acf0dba17d74c59fc87d450664df950ff127795 (patch) | |
| tree | 6b1a6cc6157b12184a6808e335431115997338af /libexec/revnetgroup | |
| parent | b07e9f3facc0a0d99012f414027624e517276c76 (diff) | |
Notes
Diffstat (limited to 'libexec/revnetgroup')
| -rw-r--r-- | libexec/revnetgroup/parse_netgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 67e1b14788d89..a962e726d97df 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -199,8 +199,8 @@ parse_netgrp(char *group) if (lp->l_parsed) { #ifdef DEBUG /* - * This error message is largely superflous since the - * code handles the error condition sucessfully, and + * This error message is largely superfluous since the + * code handles the error condition successfully, and * spewing it out from inside libc can actually hose * certain programs. */ |
