summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-21 12:13:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-21 12:13:03 +0000
commite21b1926aa1022794486c94dbf88ff4397f2f3ce (patch)
tree0fbf7ec9c591d9346f12102bf7f5dcc90013afc2 /perl-install/Xconfigurator.pm
parentaad4f3618528dd48f1ccac7eaa85a5a2c2784b16 (diff)
downloaddrakx-backup-do-not-use-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar
drakx-backup-do-not-use-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.gz
drakx-backup-do-not-use-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.bz2
drakx-backup-do-not-use-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.xz
drakx-backup-do-not-use-e21b1926aa1022794486c94dbf88ff4397f2f3ce.zip
fix spelling error
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index f42131a67..e28a91e31 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -229,7 +229,7 @@ sub cardConfiguration(;$$$) {
$single_heads{$_->{busid}} = $_;
}
if ($configure_multi_head) {
- push @choices, { text => _("Configure all heads independantly"), code => sub { $configure_multi_head->('') } };
+ push @choices, { text => _("Configure all heads independently"), code => sub { $configure_multi_head->('') } };
push @choices, { text => _("Use Xinerama extension"), code => sub { $configure_multi_head->(1) } };
}
foreach my $e (values %single_heads) {