From 0741f97637e90e3f8df16eb67bc8e7709275585f Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 23 Mar 2004 10:46:30 +0000 Subject: typo fix (Arys P. Deloso) --- nfs_wizard/NFS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs_wizard') 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} }, -- cgit v1.2.1