summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:37 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:37 -0700
commitc4ac2767a3d76b71a7b30794dfeb55c9c0ff94a1 (patch)
treeee195eeed65181b60021764c0cd7f6610e7e39e0
parent76ec629db4b92b0adbf00d78219939a58badda1f (diff)
downloadautoconf-archive-c4ac2767a3d76b71a7b30794dfeb55c9c0ff94a1.tar.gz
ax_pkg_mico.m4: fix typo
-rw-r--r--m4/ax_pkg_mico.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_pkg_mico.m4 b/m4/ax_pkg_mico.m4
index 568be03..fb5675e 100644
--- a/m4/ax_pkg_mico.m4
+++ b/m4/ax_pkg_mico.m4
@@ -32,7 +32,7 @@
#
# It defines the symbol MICOSETUP, MICOVERSION, MICOSHAREDDIR
# MICO_INCLUDE, MICO_LIB and MICO_CXX if mico is found. In addition, the
-# mico script mico-c++ (set in (MICO_CXX) is scaned for a string match
+# mico script mico-c++ (set in (MICO_CXX) is scanned for a string match
# "-I.*ministl" and if foundMICO_USE_MINISTL is set to 1, otherwise to 0.
#
# Example of use of these variables in your Makefile.in: