[Libreoffice-commits] online.git: autogen.sh

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed May 20 20:31:59 UTC 2020


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5eae88743fd9bbe97abd46f7e61388982c29199
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed May 20 22:31:19 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed May 20 22:31:19 2020 +0200

    typo
    
    Change-Id: Iaaf095e80a7bcff597825438ce54f8039a7e6bfc

diff --git a/autogen.sh b/autogen.sh
index 701d38dbd..9e1f40b8f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ EOF
 if test `uname -s` = Linux; then
     libtoolize || failed "libtool"
 elif test `uname -s` = Darwin; then
-    libtoolize || glibtoolize || failed "Can't find libtoolize or glibtoolize. Use lode or instal it yourself."
+    libtoolize || glibtoolize || failed "Can't find libtoolize or glibtoolize. Use lode or install it yourself."
 fi
 
 aclocal || failed "aclocal"


More information about the Libreoffice-commits mailing list