diff options
author | Erich Eckner <git@eckner.net> | 2018-02-02 10:02:49 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-02 10:02:49 +0100 |
commit | 79c2f647aab6c61d2c98b3a95bcafecbb87124fa (patch) | |
tree | 6dc8c868392e5391b2f89a9e94237200d1738304 /bin/common-functions | |
parent | 96a254701d2c503bb052a8f2937f5b7c22ca01be (diff) | |
download | builder-79c2f647aab6c61d2c98b3a95bcafecbb87124fa.tar.xz |
bin/common-functions: fix typo in comment
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions b/bin/common-functions index 85e7673..3a03d27 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -401,7 +401,7 @@ ls_master_mirror() { } # TODO: the actions of remove_old_package_versions should be done -# on basis of the information in the database and +# on basis of the information in the database # remove_old_package_versions $arch $repository $package_file |