auto-version.in: Fix typo in commentary.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 10:45:55 +0000 (11:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 10:46:17 +0000 (11:46 +0100)
auto-version.in

index 5e0e59d..d8189ed 100755 (executable)
@@ -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