diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-23 18:23:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-23 18:23:55 +0000 |
commit | c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1 (patch) | |
tree | dcaf2f029500b309be7b4315ac5d470e59b2ace1 | |
parent | 343f70180f075b106255a4940f6c4ddfe2b70609 (diff) | |
download | urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.gz urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.bz2 urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.tar.xz urpmi-c122d0b8dec1c9fbf9f74e212dc02cac53c7c8a1.zip |
typo
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 @_; } |