From: Li Yewang Date: Wed, 9 Apr 2008 17:39:20 +0000 (-0400) Subject: Correct a spelling error in a mount.nfs error message X-Git-Tag: nfs-utils-1-1-3~55 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27 Correct a spelling error in a mount.nfs error message Signed-off-by: Li Yewang Signed-off-by: Steve Dickson --- 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; }