[Libreoffice-commits] core.git: configure.ac
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 7 15:25:59 UTC 2021
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 500f85145181ff219d801cb26b0cfd44a219598a
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue Sep 7 16:44:58 2021 +0200
Commit: René Engelhard <rene at debian.org>
CommitDate: Tue Sep 7 17:25:24 2021 +0200
Fix typo
Change-Id: Ie7481a122436ae765e36642f27afa45b8a11bba3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121761
Reviewed-by: René Engelhard <rene at debian.org>
Tested-by: René Engelhard <rene at debian.org>
diff --git a/configure.ac b/configure.ac
index e44f1ab9e312..3779924c6550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8830,7 +8830,7 @@ if test -n "$with_idlc_cpp"; then
fi
else
AC_MSG_RESULT([ucpp])
- AC_MSG_CHECKING([which ucpp tp use])
+ AC_MSG_CHECKING([which ucpp to use])
if test -n "$with_system_ucpp" -a "$with_system_ucpp" != "no"; then
AC_MSG_RESULT([external])
AC_PATH_PROG(SYSTEM_UCPP, ucpp)
More information about the Libreoffice-commits
mailing list