[jhbuild] Fix typo in previous commit



commit 6d23b454d08dd6bd7211f0ee154785594e93498d
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 13 11:00:50 2011 -0400

    Fix typo in previous commit

 jhbuild/frontends/buildscript.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/frontends/buildscript.py b/jhbuild/frontends/buildscript.py
index 0a01d38..f8f2dc0 100644
--- a/jhbuild/frontends/buildscript.py
+++ b/jhbuild/frontends/buildscript.py
@@ -219,7 +219,7 @@ class BuildScript:
 
             # Skip this if the packagedb doesn't have a manifest; this
             # can happen with old packagedb.xml files.
-            if pkg.manifiest is None:
+            if pkg.manifest is None:
                 continue
 
             if trig.matches(pkg.manifest):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]