From 585a29a929576d27a02d04f17a0b8a48a181aed0 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Sep 2003 04:16:08 +0000 Subject: [PATCH] typo hiding remote username labels --- FS/FS/part_export.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 845e687c7..944a72c6b 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -681,7 +681,7 @@ tie my %router_options, 'Tie::IxHash', ; tie my %domain_shellcommands_options, 'Tie::IxHash', - 'user' => { lable=>'Remote username', default=>'root' }, + 'user' => { label=>'Remote username', default=>'root' }, 'useradd' => { label=>'Insert command', default=>'', }, @@ -869,7 +869,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=>'', }, -- 2.11.0