]> git.tuebingen.mpg.de Git - tfortune.git/commitdiff
configure.ac: Fix a typo in the lopsub error message.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 May 2024 11:55:44 +0000 (13:55 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 May 2024 11:55:44 +0000 (13:55 +0200)
configure.ac

index 4c67da9496d55aede86858b23296db77d5827a3b..4784b981827f1136d2522a788865cfb738eca73e 100644 (file)
@@ -24,7 +24,7 @@ if test $HAVE_LOPSUB == no; then AC_MSG_ERROR([
        The lopsub library is required to build this software, but
        the above checks indicate it is not installed on your system.
 
-       On Debian/Ubuntu systems you mny install the liblopsub-dev package.
+       On Debian/Ubuntu systems you may install the liblopsub-dev package.
        Alternatively, run the following command to download a copy.
                git clone https://git.tuebingen.mpg.de/lopsub.git
        Install the library, then run this configure script again.