summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-23 18:23:55 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-23 18:23:55 +0000
commitc122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1 (patch)
treedcaf2f029500b309be7b4315ac5d470e59b2ace1
parent343f70180f075b106255a4940f6c4ddfe2b70609 (diff)
downloadurpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar
urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.gz
urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.bz2
urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.xz
urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.zip
typo
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index c531eed8..96f41c8d 100755
--- a/urpmi
+++ b/urpmi
@@ -337,7 +337,7 @@ sub message_auto { $auto ? print SAVEOUT "$_[0]\n" : message($_[0]); }
sub log_it {
local *LOG;
- open LOG, ">>/var/log/urpmi.log" or die "can't ouptput to log file\n";
+ open LOG, ">>/var/log/urpmi.log" or die "can't output to log file\n";
print LOG @_;
}