From a686a27a88b6c600c52d633042abe4f35daa3582 Mon Sep 17 00:00:00 2001 From: ats Date: Sat, 26 Nov 1994 13:57:46 +0000 Subject: Correct a litle typo in an error message: PRC -> RPC. --- sbin/mount_nfs/mount_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_nfs') 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; -- cgit v1.1