]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - build-aux/gen-version
spelling: consequences
[thirdparty/pdns.git] / build-aux / gen-version
index a531f28ceab8ccb037576f844694b0f993906358..c2d71ae9eab36c7abe0ccfc9d03e484ab4ee3e5f 100755 (executable)
@@ -5,7 +5,7 @@ DIRTY=""
 git status | grep -q clean || DIRTY='.dirty'
 
 # Special environment variable to signal that we are building a release, as this
-# has condequenses for the version number.
+# has consequences for the version number.
 if [ "${IS_RELEASE}" = "YES" ]; then
   TAG="$(git describe --tags --exact-match 2> /dev/null | cut -d- -f 2-)"
   if [ -n "${TAG}" ]; then