summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-23 10:46:30 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-23 10:46:30 +0000
commit0741f97637e90e3f8df16eb67bc8e7709275585f (patch)
tree4eb7df29bc864efd1da51b8f5e49985cf9971ed1
parentfc2d9d4f473093684bc637869ac4350580c06c89 (diff)
downloaddrakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar
drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.gz
drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.bz2
drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.xz
drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.zip
typo fix (Arys P. Deloso)
-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} },