From 262d0dc43a7fb835839b24ad62cb594c0dc0d5fd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 11:45:55 +0100 Subject: [PATCH] auto-version.in: Fix typo in commentary. --- auto-version.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-version.in b/auto-version.in index 5e0e59d..d8189ed 100755 --- a/auto-version.in +++ b/auto-version.in @@ -84,7 +84,7 @@ if [ -e .git ] && version=$(git describe --abbrev=4 --dirty=+ 2>/dev/null); then exit 0 fi -## If this was unpacked from a source distribution, the RELEASE file sould +## If this was unpacked from a source distribution, the RELEASE file should ## say what the version was. if [ -f RELEASE ]; then cat RELEASE -- 2.11.0