configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb8e9b3e8ec9b03399e6cd0d47a9d08976b71ed7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 3 16:05:20 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Apr 4 08:08:33 2023 +0200
Fix typo in code Change-Id: I9386ce811885e46ffedfc5bd8cc05007ddf75f10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149968 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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])