summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:09:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 12:40:51 +0100
commit624f84c07ee798f6bbf4381c26262d5d2774a1ed (patch)
treea3a0334dbfda10f89c563344976cea321652f238 /configure.ac
parent66a192ee63db9adc1d6df66a5e7996d5af5d5284 (diff)
Fix typos
Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7ef4a6c6a334..26dbf1004f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7259,8 +7259,8 @@ if test "$enable_epm" = "yes"; then
else
_pt="pkg"
fi
- AC_MSG_WARN([the ${_pt}s will not be relocateable])
- add_warning "the ${_pt}s will not be relocateable"
+ AC_MSG_WARN([the ${_pt}s will not be relocatable])
+ add_warning "the ${_pt}s will not be relocatable"
AC_MSG_WARN([if you want to make sure installation without --nodeps and
relocation will work, you need to patch your epm with the
patch in epm/epm-3.7.patch or build with
@@ -9184,7 +9184,7 @@ if test -z "$enable_cve_tests"; then
case "$OS" in
WNT)
# Default cves off for windows with its wild and wonderful
- # varienty of AV software kicking in and panicing
+ # varienty of AV software kicking in and panicking
enable_cve_tests=no
;;
*)