diff options
-rw-r--r-- | FS/FS/part_export.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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=>'', }, |