summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2003-09-09 04:16:08 +0000
committerivan <ivan>2003-09-09 04:16:08 +0000
commit585a29a929576d27a02d04f17a0b8a48a181aed0 (patch)
tree8c02611288bcb10c5a9a57b0e6f37abd0e7fad50 /FS/FS/part_export.pm
parentb487a58e0f36136dbd714916f98a4eaed2373bb0 (diff)
typo hiding remote username labels
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 845e687..944a72c 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=>'',
},