summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:56 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:56 -0700
commit6f6d33ea4cb8c8512c907ecd78f52bcf2b10c6a8 (patch)
tree373f605e2db13c8c31b84da6139ffdc1148fb3ed
parent191ff47a378d1435f838713f7b1671439dda19f2 (diff)
downloadautoconf-archive-6f6d33ea4cb8c8512c907ecd78f52bcf2b10c6a8.tar.gz
ax_python_config_var.m4: fix typo
-rw-r--r--m4/ax_python_config_var.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_python_config_var.m4 b/m4/ax_python_config_var.m4
index e7fecd7..af19e7b 100644
--- a/m4/ax_python_config_var.m4
+++ b/m4/ax_python_config_var.m4
@@ -16,7 +16,7 @@
# configuration variable. PYTHON_VARIABLE is the name of the variable to
# request from Python, and SHELL_VARIABLE is the name of the shell
# variable into which the results should be deposited. If SHELL_VARIABLE
-# is not specified, the macro wil prefix PY_ to the PYTHON_VARIABLE, e.g.,
+# is not specified, the macro will prefix PY_ to the PYTHON_VARIABLE, e.g.,
# LIBS -> PY_LIBS.
#
# SHELL_VARIABLE is AC_SUBST'd. No action is taken if an error occurs.