summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2018-04-21 07:10:20 -0400
committerG. Branden Robinson <g.branden.robinson@gmail.com>2018-04-21 07:10:20 -0400
commitc549b637a7002337cfa413b4eda7c3dfca8fc4a7 (patch)
treeae62b43f323eeeafd1ff98bdf666fe76dcbf8e32 /configure.ac
parent056ad3edaa51d120939dea2755119ca9d5e26985 (diff)
downloadgroff-git-c549b637a7002337cfa413b4eda7c3dfca8fc4a7.tar.gz
configure.ac: Fix typo in comment.
Thanks to Bjarni Ingli Gislason for catching this. It is, after all, an autoconf script, not a bass script. Fixes bug https://savannah.gnu.org/bugs/?53673. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 152ac9185..ff89f1183 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([GNU Troff],
AC_PREREQ([2.62])
-# Version consisting of exactly MAJOR.MINOR.PATCH, striped of any
+# Version consisting of exactly MAJOR.MINOR.PATCH, stripped of any
# digit after PATCH.
AC_SUBST([SHORT_VERSION],
m4_bregexp(AC_PACKAGE_VERSION,[^\(\w+\.\w+\.\w+\).*$],[\1]))