summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
committerKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
commit3b5dacba44e4fa5c07c8b828d2f65215f9c91e34 (patch)
tree56fb134a0cd9cadbdd034af8de6ffdb31ae50ef8 /aclocal
parenteab29a0da9eb775bb7e1e7cff6b4eeaecf237151 (diff)
downloadthrift-3b5dacba44e4fa5c07c8b828d2f65215f9c91e34.tar.gz
THRIFT-2849: spelling errors fixed using codespell tool
Client: All Patch: Anatol Pomozov This closes #281
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/ax_javac_and_java.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_javac_and_java.m4 b/aclocal/ax_javac_and_java.m4
index fdb4bf005..581b45066 100644
--- a/aclocal/ax_javac_and_java.m4
+++ b/aclocal/ax_javac_and_java.m4
@@ -7,7 +7,7 @@ dnl If "JAVA" is defined in the environment, that will be the only
dnl java command tested. Otherwise, a hard-coded list will be used.
dnl Similarly for "JAVAC".
dnl
-dnl AX_JAVAC_AND_JAVA does not currenly support testing for a particular
+dnl AX_JAVAC_AND_JAVA does not currently support testing for a particular
dnl Java version, testing for only one of "java" and "javac", or
dnl compiling or running user-provided Java code.
dnl