summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-20 13:46:23 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-20 13:46:23 +0000
commit34d27b1f5f2fd20e6340934a22f206fb957ce7fc (patch)
treed0aec4811b37dd807a72bfee868dc047c0c27895
parent05b73fbe205c294578578475fb517e96d514f7bb (diff)
downloaddrakx-backup-do-not-use-34d27b1f5f2fd20e6340934a22f206fb957ce7fc.tar
drakx-backup-do-not-use-34d27b1f5f2fd20e6340934a22f206fb957ce7fc.tar.gz
drakx-backup-do-not-use-34d27b1f5f2fd20e6340934a22f206fb957ce7fc.tar.bz2
drakx-backup-do-not-use-34d27b1f5f2fd20e6340934a22f206fb957ce7fc.tar.xz
drakx-backup-do-not-use-34d27b1f5f2fd20e6340934a22f206fb957ce7fc.zip
typo fix
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 1973ccc1b..cc702070a 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -592,7 +592,7 @@ notation (for example, 1.2.3.4).")),
$ethntf->{HWADDR} = $track_network_id or delete $ethntf->{HWADDR};
$in->do_pkgs->install($netcnx->{dhcp_client}) if $auto_ip;
- return is_wireless_intf($module) "wireless" : "static_hostname";
+ return is_wireless_intf($module) ? "wireless" : "static_hostname";
},
},