summaryrefslogtreecommitdiff
path: root/m4/ax_java_check_class.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:22:21 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:22:21 +0000
commit5a9c93564987cde3e07615c035f017e606dd4344 (patch)
tree0932fb80c1194b08c99835ee8ab275f9f172078a /m4/ax_java_check_class.m4
parenta37dcd3a17549611b4057731fc4e5727ee972e29 (diff)
downloadautoconf-archive-5a9c93564987cde3e07615c035f017e606dd4344.tar.gz
spelling: moaning
Diffstat (limited to 'm4/ax_java_check_class.m4')
-rw-r--r--m4/ax_java_check_class.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_java_check_class.m4 b/m4/ax_java_check_class.m4
index 6a99f5d..3a91b2b 100644
--- a/m4/ax_java_check_class.m4
+++ b/m4/ax_java_check_class.m4
@@ -15,7 +15,7 @@
#
# The macro tries to compile a minimal program importing <class>. Some
# newer compilers moan about the failure to use this but fail or produce a
-# class file anyway. All moaing is sunk to /dev/null since I only wanted
+# class file anyway. All moaning is sunk to /dev/null since I only wanted
# to know if the class could be imported. This is a recommended followup
# to AX_CHECK_JAVA_PLUGIN with classpath appropriately adjusted.
#