summaryrefslogtreecommitdiff
path: root/tools/dist/checksums.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dist/checksums.py')
-rwxr-xr-xtools/dist/checksums.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dist/checksums.py b/tools/dist/checksums.py
index 6ac7231..f00ed46 100755
--- a/tools/dist/checksums.py
+++ b/tools/dist/checksums.py
@@ -19,7 +19,7 @@
# under the License.
#
#
-# Check MD5 and SHA-1 and SHA-2 signatures of files, using
+# Check MD5 and SHA-1 and SHA-2 signatures of files, using
# md5sums, sha1sums, and/or sha512sums as manifests
# Replaces the 'md5sum', 'sha1sum', and 'sha512sums' commands
# on systems that do not have them, such as Mac OS X or Windows.