diff options
author | Joseph Graham <joseph@fibreglass.tunachunks> | 2014-10-03 22:21:44 +0100 |
---|---|---|
committer | Joseph Graham <joseph@fibreglass.tunachunks> | 2014-10-03 22:21:44 +0100 |
commit | 724674000a5c4ac1ce87db0b5f86b51d1d070a41 (patch) | |
tree | f808223dc2528c24bc930bfa3ad5983ac5198b90 | |
parent | 5e9c23a6cc430138358c97544b1a9219d643b6a4 (diff) |
Fixed typo in comments
-rwxr-xr-x | cron-jobs/make_repo_torrents | 2 |
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 ) |