groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: configure.ac: Fix typo in comment.


From: G. Branden Robinson
Subject: [groff] 01/01: configure.ac: Fix typo in comment.
Date: Sat, 21 Apr 2018 07:12:00 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c549b637a7002337cfa413b4eda7c3dfca8fc4a7
Author: G. Branden Robinson <address@hidden>
Date:   Sat Apr 21 07:10:20 2018 -0400

    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 <address@hidden>
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 152ac91..ff89f11 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]))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]