summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:02:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:02:06 +0000
commit1678abc8d4a032891d016411dad231bd55ca30d1 (patch)
tree00b35ecb304bb58d4213dcdc81d1866e1a3ac081 /perl-install/network
parent8ad006ef969c3a18cd41f2a6ec96dec8cee74b89 (diff)
downloaddrakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.gz
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.bz2
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.xz
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.zip
aspell's typo fixes
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index f52870885..e3ff84104 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1173,7 +1173,7 @@ It is not necessary on most networks."),
if ($a && !$::testing && !run_program::rooted($::prefix, "/etc/rc.d/init.d/network restart")) {
$success = 0;
$in->ask_okcancel(N("Network Configuration"),
- N("A problem occured while restarting the network: \n\n%s", `/etc/rc.d/init.d/network restart`), 0);
+ N("A problem occurred while restarting the network: \n\n%s", `/etc/rc.d/init.d/network restart`), 0);
}
return $offer_to_connect->();
},
@@ -1225,7 +1225,7 @@ Try to reconfigure your connection.");
"), if_($::isStandalone && $in->isa('interactive::gtk'),
N("After this is done, we recommend that you restart your X environment to avoid any hostname-related problems."))) :
- N("Problems occured during configuration.
+ N("Problems occurred during configuration.
Test your connection via net_monitor or mcc. If your connection doesn't work, you might want to relaunch the configuration.");
},
end => 1,