summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Yewang <lyw@cn.fujitsu.com>2008-04-09 13:39:20 -0400
committerSteve Dickson <steved@redhat.com>2008-04-09 13:39:20 -0400
commit7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27 (patch)
tree713d571e4c25d4e841bef50ffb5164eaa9e67289
parent3899db6d602901523d6db6e2280c3bffd6c9ed63 (diff)
downloadnfs-utils-7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27.tar.gz
nfs-utils-7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27.tar.xz
nfs-utils-7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27.zip
Correct a spelling error in a mount.nfs error message
Signed-off-by: Li Yewang <lyw@cn.fujitsu.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/mount/nfsmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c
index ff0ff93..6c0c365 100644
--- a/utils/mount/nfsmount.c
+++ b/utils/mount/nfsmount.c
@@ -479,7 +479,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;
}