projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3899db6
)
Correct a spelling error in a mount.nfs error message
author
Li Yewang
<lyw@cn.fujitsu.com>
Wed, 9 Apr 2008 17:39:20 +0000
(13:39 -0400)
committer
Steve Dickson
<steved@redhat.com>
Wed, 9 Apr 2008 17:39:20 +0000
(13:39 -0400)
Signed-off-by: Li Yewang <lyw@cn.fujitsu.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/nfsmount.c
patch
|
blob
|
history
diff --git
a/utils/mount/nfsmount.c
b/utils/mount/nfsmount.c
index
ff0ff93
..
6c0c365
100644
(file)
--- 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
i
s not supported"),
progname, mnt_pmap->pm_vers);
goto out_bad;
}