summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-09-13 12:49:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-09-13 14:47:12 +0200
commit5be9451b9be4f71e18aeaadf9e9553d560a1710d (patch)
tree62b9f698a82b89c179b4de456d0e1bc7508860d0 /configure.ac
parent4653db1caea48b55d91bf8b702a18ab24ae9ba9f (diff)
Fix typos
Change-Id: I1ee620200a285936159fed57d0cbbf5320e7d3ec Reviewed-on: https://gerrit.libreoffice.org/60429 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d01e89a02a2f..8515564d5723 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5244,7 +5244,7 @@ find_winsdk_version()
tmppath="$winsdktest\\Include\\$winsdklibsubdir"
# test exist the SDK path
if test -d "$tmppath"; then
- # when path is convertable to a short path then path is okay
+ # when path is convertible to a short path then path is okay
if ! cygpath -d "$tmppath"; then
AC_MSG_ERROR([Windows SDK doesn't have a 8.3 name, see NtfsDisable8dot3NameCreation])
fi