summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-09-07 16:44:58 +0200
committerRené Engelhard <rene@debian.org>2021-09-07 17:25:24 +0200
commit500f85145181ff219d801cb26b0cfd44a219598a (patch)
treefee8a020e4ec54b7863e004d78717e60182388f3 /configure.ac
parent5be9a4c470c7423956eb8d2cdaf90b4a77dd82d7 (diff)
Fix typo
Change-Id: Ie7481a122436ae765e36642f27afa45b8a11bba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121761 Reviewed-by: René Engelhard <rene@debian.org> Tested-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)