summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-10-03 22:21:44 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-10-03 22:21:44 +0100
commit724674000a5c4ac1ce87db0b5f86b51d1d070a41 (patch)
treef808223dc2528c24bc930bfa3ad5983ac5198b90 /cron-jobs
parent5e9c23a6cc430138358c97544b1a9219d643b6a4 (diff)
Fixed typo in comments
Diffstat (limited to 'cron-jobs')
-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 fec4698..fc723f1 100755
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# This script finds any updated packages and makes calls
+# This script finds any updated packages and calls
# `make_indivudual_torrent' for each of them.
username=$( id -un )