From 43577d1543a1fa1d2606a6abedf7d9dc9c5790fe Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:41:34 +0000 Subject: [PATCH] spelling: consequences --- build-aux/gen-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3