summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@xylon.me.uk>2017-05-29 11:20:27 +0100
committerJoseph Graham <joseph@xylon.me.uk>2017-05-29 11:20:27 +0100
commit961f0c5355e12120955d3dec08162237e5096c2b (patch)
treeda6baeb5785060b7ad014acc0e0127a23352599c
parent2b5b3983f437e71eb64e4eb9e9174bb6d6388489 (diff)
spelling mistake in comments
-rwxr-xr-xcron-jobs/make_repo_torrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index d513f6e..b5fed2c 100755
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -68,7 +68,7 @@ do
done < "${pkgfilelist}"
# For torrents older than 1 year, we check if it's package still
-# exists, else clean it up This shouldn't be done every hour, but it
+# exists, else clean it up. This shouldn't be done every hour, but it
# is good for it to be in this cronjob so it can re-use the
# $pkgfilelist we made earlier. So we do it with a 1-in-30
# probability.