From ad339eb7fbad4f64bb64250224c9b714ddb19339 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Sep 2003 04:16:10 +0000 Subject: typo hiding remote username labels --- FS/FS/part_export.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FS') diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 9ba1b5af0..55585c2b9 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -668,7 +668,7 @@ END ; tie my %domain_shellcommands_options, 'Tie::IxHash', - 'user' => { lable=>'Remote username', default=>'root' }, + 'user' => { label=>'Remote username', default=>'root' }, 'useradd' => { label=>'Insert command', default=>'', }, @@ -826,7 +826,7 @@ tie my %ldap_options, 'Tie::IxHash', ; tie my %forward_shellcommands_options, 'Tie::IxHash', - 'user' => { lable=>'Remote username', default=>'root' }, + 'user' => { label=>'Remote username', default=>'root' }, 'useradd' => { label=>'Insert command', default=>'', }, -- cgit v1.2.1