Correct a litle typo in an error message: PRC -> RPC.

This commit is contained in:
Andreas Schulz 1994-11-26 13:57:46 +00:00
parent d58baccfd1
commit 0013dd1dc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4822

View File

@ -532,7 +532,7 @@ getnfsargs(spec, nfsargsp)
if ((clp = clntudp_create(&saddr, RPCPROG_MNT,
RPCMNT_VER1, pertry, &so)) == NULL) {
if ((opflags & ISBGRND) == 0)
clnt_pcreateerror("Cannot MNT PRC");
clnt_pcreateerror("Cannot MNT RPC");
} else {
clp->cl_auth = authunix_create_default();
try.tv_sec = 10;