summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-26 13:57:46 +0000
committerats <ats@FreeBSD.org>1994-11-26 13:57:46 +0000
commita686a27a88b6c600c52d633042abe4f35daa3582 (patch)
treed8cec2630aafc6455579139b610c2ed2d0a34aa5 /sbin/mount_nfs
parentd95625d049a315403e5310538b7ac67236c20497 (diff)
downloadFreeBSD-src-a686a27a88b6c600c52d633042abe4f35daa3582.zip
FreeBSD-src-a686a27a88b6c600c52d633042abe4f35daa3582.tar.gz
Correct a litle typo in an error message: PRC -> RPC.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index 95e5f83..1488efc 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -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;
OpenPOWER on IntegriCloud