]> granicus.if.org Git - pdns/commitdiff
spelling: consequences
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:41:34 +0000 (09:41 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:41:34 +0000 (09:41 +0000)
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