summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-09-14 22:45:23 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-09-14 22:45:23 +0200
commit19471c377fd85c32f35b496f8f5901df6746b533 (patch)
tree3701a9bc60dacf377ed670c2ef0f96a871a3f829 /bin
parent3661e42c50840d50fa74e4114aa0eb2035c98e38 (diff)
downloadportage-19471c377fd85c32f35b496f8f5901df6746b533.tar.gz
portage-19471c377fd85c32f35b496f8f5901df6746b533.tar.bz2
portage-19471c377fd85c32f35b496f8f5901df6746b533.zip
Fix typos in comments.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 65ac634cd..f216a9bd1 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -642,8 +642,8 @@ if options.mode == 'commit' and repolevel not in [1,2,3]:
print(red("***"))
err("Unable to identify level we're commiting from for %s" % '/'.join(reposplit))
-# Make startdir relative to the cannonical repodir, so that we can pass
-# it to digestgen and it won't have to be cannonicalized again.
+# Make startdir relative to the canonical repodir, so that we can pass
+# it to digestgen and it won't have to be canonicalized again.
if repolevel == 1:
startdir = repodir
else: