summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-04-03 16:05:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-04-04 08:08:33 +0200
commitfb8e9b3e8ec9b03399e6cd0d47a9d08976b71ed7 (patch)
treea90e751c73cff7154cbb249315912b6e20d57dd8
parent54ae3b7ed03a513dc218c40196172c950380a450 (diff)
Fix typo in code
Change-Id: I9386ce811885e46ffedfc5bd8cc05007ddf75f10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149968 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5ff818fca0a..b4763c487c55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14593,7 +14593,7 @@ else
AC_MSG_ERROR([jq not found])
fi
if test -z "$SYSTEMD_ESCAPE"; then
- AC_MSG_ERROR([syystemd-escape not found])
+ AC_MSG_ERROR([systemd-escape not found])
fi
if test -z "$SYSTEMD_RUN"; then
AC_MSG_ERROR([systemd-run not found])