diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-22 17:56:51 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-06-23 11:57:57 +0200 |
commit | a951ad1e5062b06dcd7d8d11d5d85f4b7bf720da (patch) | |
tree | b85b74568a1317618ed1c34075ed841e964305b1 /configure.ac | |
parent | 648e4106cc002ff5b8184a8c104f93cb06e4b540 (diff) |
Fix typos
Change-Id: Ia1d0c358868e899e121b8331fad17ce36d454f10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117668
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a0530197c9b..7ab1d3c802cd 100644 --- a/configure.ac +++ b/configure.ac @@ -5378,7 +5378,7 @@ if test "$enable_xmlhelp" = yes; then AC_MSG_RESULT([yes]) else if test "$with_help" = yes; then - add_warning "Building the XML help, but LO with disabled xmlhelp support. Generated help can't be accesssed from this LO build!" + add_warning "Building the XML help, but LO with disabled xmlhelp support. Generated help can't be accessed from this LO build!" fi AC_MSG_RESULT([no]) fi |