X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfsmount.c;h=6c0c3655b5c23768825c812fc99b13cf043712ec;hp=ff0ff9307a9b3655f8cc360a147d89c6c53d3576;hb=7d9dcf303b30aeb8b3dc06616d42a8abbdc61b27;hpb=3899db6d602901523d6db6e2280c3bffd6c9ed63 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; }