* [PATCH] nfs:correct the spelling error
@ 2008-03-14 0:49 Li Yewang
0 siblings, 0 replies; only message in thread
From: Li Yewang @ 2008-03-14 0:49 UTC (permalink / raw)
To: linux-nfs
Correct the spelling error
Signed-off-by:Li Yewang <lyw@cn.fujitsu.com>
diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c
index 3d2ebb1..0c878fa 100644
--- a/utils/mount/nfsmount.c
+++ b/utils/mount/nfsmount.c
@@ -475,7 +475,7 @@ static int nfsmnt_check_compat(const struct pmap *nfs_pmap,
}
if (mnt_pmap->pm_vers > max_mnt_vers) {
- nfs_error(_("%s: NFS mount version %ld s not supported"),
+ nfs_error(_("%s: NFS mount version %ld is not supported"),
progname, mnt_pmap->pm_vers);
goto out_bad;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-14 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14 0:49 [PATCH] nfs:correct the spelling error Li Yewang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.