From: Niels Thykier Date: Sun, 7 Jun 2015 09:27:44 +0000 (+0200) Subject: auto_decruft: Fix typo X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=0cd6e2e1007ef4d936c5994a326c69766903cc98 auto_decruft: Fix typo Signed-off-by: Niels Thykier --- diff --git a/dak/auto_decruft.py b/dak/auto_decruft.py index 159ca359..e8ff995f 100644 --- a/dak/auto_decruft.py +++ b/dak/auto_decruft.py @@ -68,7 +68,7 @@ def remove_sourceless_cruft(suite_name, suite_id, session, dryrun): @param session: The database session in use @type dryrun: bool - @param dryrun: If True, just to print the actions rather than actually doing them + @param dryrun: If True, just print the actions rather than actually doing them """"" global Options rows = query_without_source(suite_id, session) @@ -110,7 +110,7 @@ def removeNBS(suite_name, suite_id, session, dryrun): @param session: The database session in use @type dryrun: bool - @param dryrun: If True, just to print the actions rather than actually doing them + @param dryrun: If True, just print the actions rather than actually doing them """"" global Options rows = queryNBS(suite_id, session)