From a61505239398139eec7deb64b785bfc24e5e3e54 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 30 Nov 2010 23:09:28 +0000 Subject: Implement a TODO item: add set-serial to build process (and fix a comment typo in set-serial.sh). --- set-serial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'set-serial.sh') diff --git a/set-serial.sh b/set-serial.sh index bc53cbf..e6aa016 100755 --- a/set-serial.sh +++ b/set-serial.sh @@ -18,7 +18,7 @@ for n in "$@"; do # Update the serial number in the m4 file. set-serial-number "$n" "$revision" # Check whether git regards the file as "modified" now. If it does, - # the serial nmuber needs to be bumped one more time. + # the serial number needs to be bumped one more time. if ! git diff --quiet --exit-code -- "$n"; then set-serial-number "$n" "$((revision + 1))" fi -- cgit v1.2.1