diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-21 12:13:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-21 12:13:03 +0000 |
commit | e21b1926aa1022794486c94dbf88ff4397f2f3ce (patch) | |
tree | 0fbf7ec9c591d9346f12102bf7f5dcc90013afc2 /perl-install/Xconfigurator.pm | |
parent | aad4f3618528dd48f1ccac7eaa85a5a2c2784b16 (diff) | |
download | drakx-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar drakx-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.gz drakx-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.bz2 drakx-e21b1926aa1022794486c94dbf88ff4397f2f3ce.tar.xz drakx-e21b1926aa1022794486c94dbf88ff4397f2f3ce.zip |
fix spelling error
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
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) { |