From: Josh Soref Date: Thu, 2 Feb 2017 09:41:34 +0000 (+0000) Subject: spelling: consequences X-Git-Tag: rec-4.1.0-alpha1~291^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43577d1543a1fa1d2606a6abedf7d9dc9c5790fe;p=thirdparty%2Fpdns.git spelling: consequences --- diff --git a/build-aux/gen-version b/build-aux/gen-version index a531f28cea..c2d71ae9ea 100755 --- a/build-aux/gen-version +++ b/build-aux/gen-version @@ -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