Commit 5bbfb37f authored by Nicolas Delvaux's avatar Nicolas Delvaux Committed by Sébastien Luttringer
Browse files

Fix a typo in 'is help', about 'is clean' ("repoistory")

parent c6fba304
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ def c_chroot(args):

def c_clean(args):
    '''
    Remove unreferenced files from repoistory
    Remove unreferenced files from repositories
    '''
    repoman = load_repositories(args)
    for reponame in args.repository: