summaryrefslogtreecommitdiff
path: root/m4/ax_python_config_var.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_python_config_var.m4')
-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.