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

New commits:
commit c5eae88743fd9bbe97abd46f7e61388982c29199
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Wed May 20 22:31:19 2020 +0200
Commit:     Andras Timar <andras.ti...@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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to