diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-23 10:46:30 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-23 10:46:30 +0000 |
commit | 0741f97637e90e3f8df16eb67bc8e7709275585f (patch) | |
tree | 4eb7df29bc864efd1da51b8f5e49985cf9971ed1 /nfs_wizard/NFS.pm | |
parent | fc2d9d4f473093684bc637869ac4350580c06c89 (diff) | |
download | drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.gz drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.bz2 drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.tar.xz drakwizard-0741f97637e90e3f8df16eb67bc8e7709275585f.zip |
typo fix (Arys P. Deloso)
Diffstat (limited to 'nfs_wizard/NFS.pm')
-rwxr-xr-x | nfs_wizard/NFS.pm | 2 |
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} }, |