commit:     d6b661e7ecd238aa08de96a2780d563815ba17db
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 03:52:24 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 03:52:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d6b661e7

stage2: fix minor typo

 catalyst/targets/stage2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/targets/stage2.py b/catalyst/targets/stage2.py
index affa2cb..ae1a2f3 100644
--- a/catalyst/targets/stage2.py
+++ b/catalyst/targets/stage2.py
@@ -33,7 +33,7 @@ class stage2(StageBase):
                                                        verbose=False)
                print "Source path set to "+self.settings["source_path"]
                if os.path.isdir(self.settings["source_path"]):
-                       print "\tIf this is not desired, remove this directory 
or turn of seedcache in the options of catalyst.conf"
+                       print "\tIf this is not desired, remove this directory 
or turn off seedcache in the options of catalyst.conf"
                        print "\tthe source path will then be 
"+normpath(self.settings["storedir"]+"/builds/"+self.settings["source_subpath"] 
+ "\n")
 
        # XXX: How do these override_foo() functions differ from the ones in

Reply via email to