summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnfs_wizard/NFS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm
index 49cdd09a..df33d359 100755
--- a/nfs_wizard/NFS.pm
+++ b/nfs_wizard/NFS.pm
@@ -53,7 +53,7 @@ $o->{pages} = {
next => 'nfs'
},
nfs => {
- name => N("NFS server") . "\n\n" .N("Directory which will be exported to NFS clients. This directory will be exported in read only mode. It denies any request wich requires changes to the filesystem."),
+ name => N("NFS server") . "\n\n" .N("Directory which will be exported to NFS clients. This directory will be exported in read only mode. It denies any request which requires changes to the filesystem."),
post => \&check,
data => [
{ label => N("Directory:"), val => \$o->{var}{wiz_nfs_dir} },