summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 20:24:00 +0300
committerjan iversen <jani@documentfoundation.org>2016-07-04 06:11:36 +0000
commit428e23f4f7025506e767d895e9b46492a8432aed (patch)
treeec767267ad2afc8ec3bf486da7cb9da2c567922d /configure.ac
parent61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff)
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 80ae2ac0a852..f5f9da655823 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4140,7 +4140,7 @@ AC_SUBST(x_LDFLAGS)
#
# determine CPUNAME, OS, ...
-# The USING_X11 flag tells whether the host os uses X by default. Can be overriden with the --without-x option.
+# The USING_X11 flag tells whether the host os uses X by default. Can be overridden with the --without-x option.
#
case "$host_os" in
@@ -4992,7 +4992,7 @@ AC_SUBST(THES_SYSTEM_DIR)
dnl ===================================================================
dnl enable pch by default on windows
-dnl enable it explicitely otherwise
+dnl enable it explicitly otherwise
AC_MSG_CHECKING([whether to enable pch feature])
ENABLE_PCH=""
if test "$enable_pch" != "no"; then