From 437a267ddace57e1877e0376fd6ec3aae28ef52b Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Mon, 14 Jul 2008 13:58:09 +0200 Subject: Fix typo. --- pyfirstaidkit/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyfirstaidkit') diff --git a/pyfirstaidkit/plugins.py b/pyfirstaidkit/plugins.py index 4d7ce14..acccf6e 100644 --- a/pyfirstaidkit/plugins.py +++ b/pyfirstaidkit/plugins.py @@ -581,7 +581,7 @@ class PluginSystem(object): Logger.info("depends on: %s" % (", ".join(deps),)) for d in deps: if not self._deps.require(d): - Logger.info("depends on usatisfied condition: %s" % + Logger.info("depends on unsatisfied condition: %s" % (d,)) self._reporting.stop(level = PLUGIN, origin = self, message = plugin) -- cgit