From 167fc2713643431c5d83324bbcd7c94723746677 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Dec 17 2008 02:50:53 +0000 Subject: Fix typo. --- diff --git a/mash/__init__.py b/mash/__init__.py index 5aa060f..fbaa691 100644 --- a/mash/__init__.py +++ b/mash/__init__.py @@ -180,7 +180,7 @@ class Mash: try: result = urlgrabber.grabber.urlgrab(srcurl, cachepath) except: - self.logger.errror("WARNING: can't download %s from %s" % (nevra(pkg), srcurl)) + self.logger.error("WARNING: can't download %s from %s" % (nevra(pkg), srcurl)) return if result != dst: