Fix typo.

Pointed out by: marck
This commit is contained in:
Alfred Perlstein 2012-11-28 02:23:59 +00:00
parent 7c783791c8
commit 08bddad546
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243644

View File

@ -431,7 +431,7 @@ main(int argc, char **argv)
nfsdcnt = DEFNFSDCNT;
}
if (nfsdcnt > MAXNFSDCNT) {
warnx("nfsd counta too high %d; reset to %d", nfsdcnt,
warnx("nfsd count too high %d; reset to %d", nfsdcnt,
DEFNFSDCNT);
nfsdcnt = MAXNFSDCNT;
}