From f805403ee1b6b8a7b573f3e89607e17417d0ec32 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Jan 2004 18:25:47 +0000 Subject: typo fix --- nisautofs_wizard/Nisautofs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nisautofs_wizard/Nisautofs.pm') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 31816663..da0b438f 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -81,7 +81,7 @@ $o->{pages} = { } }, data => [ - { label => N("What do you want todo ?"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } }, + { label => N("What do you want to do ?"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } }, ], next => 'nis_server', }, -- cgit v1.2.1