aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-07 23:52:24 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-07 23:52:24 -0400
commitd6b661e7ecd238aa08de96a2780d563815ba17db (patch)
treea4998f8887fdb0c4c5297501a668ea80abb7d70d
parentpylint: add a helper for linting code (diff)
downloadcatalyst-d6b661e7ecd238aa08de96a2780d563815ba17db.tar.gz
catalyst-d6b661e7ecd238aa08de96a2780d563815ba17db.tar.bz2
catalyst-d6b661e7ecd238aa08de96a2780d563815ba17db.zip
stage2: fix minor typo
-rw-r--r--catalyst/targets/stage2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/targets/stage2.py b/catalyst/targets/stage2.py
index affa2cb9..ae1a2f37 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