aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-01-28 17:39:57 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-01-28 17:39:57 +0000
commit5a5f93de648fab860877ec2b88847a69fabda33a (patch)
tree4c1666dd0bb58752839ed96e984130602ae5e179
parent429c554fd647d0191ff958ec7670f2816baf6d2b (diff)
downloadsrc-5a5f93de648fab860877ec2b88847a69fabda33a.tar.gz
src-5a5f93de648fab860877ec2b88847a69fabda33a.zip
Fix a typo in a comment.
MFC after: 1 week X-MFC-with: r277837 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=277838
-rwxr-xr-xrelease/scripts/make-manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/make-manifest.sh b/release/scripts/make-manifest.sh
index 7f8a29b444d0..7f54688efce9 100755
--- a/release/scripts/make-manifest.sh
+++ b/release/scripts/make-manifest.sh
@@ -5,7 +5,7 @@
# Usage: make-manifest.sh foo1.txz foo2.txz ...
#
# The output file looks like this (tab-delimited):
-# foo1.txz SHA256-checksu Number-of-files foo1 Description Install-by-default
+# foo1.txz SHA256-checksum Number-of-files foo1 Description Install-by-default
#
# $FreeBSD$