aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ntbtls.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ntbtls.m4')
-rw-r--r--m4/ntbtls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ntbtls.m4 b/m4/ntbtls.m4
index 0a30d9200..4a4b5da30 100644
--- a/m4/ntbtls.m4
+++ b/m4/ntbtls.m4
@@ -14,7 +14,7 @@ dnl AM_PATH_NTBTLS([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl
dnl Test for NTBTLS and define NTBTLS_CFLAGS and NTBTLS_LIBS.
-dnl MINIMUM-VERSION is a string with the version number optionalliy prefixed
+dnl MINIMUM-VERSION is a string with the version number optionally prefixed
dnl with the API version to also check the API compatibility. Example:
dnl a MINIMUM-VERSION of 1:1.2.5 won't pass the test unless the installed
dnl version of ntbtls is at least 1.2.5 *and* the API number is 1. Using