summaryrefslogtreecommitdiff
path: root/tool/m4
diff options
context:
space:
mode:
authorMatt Valentine-House <[email protected]>2024-04-02 13:53:56 +0100
committerGitHub <[email protected]>2024-04-02 21:53:56 +0900
commit5903fdf43eb208f9087eea4873407cc93d3f92a3 (patch)
treeea5c7661708ea8818c139b6cf2e53396843afd6c /tool/m4
parent6ba73783945bd8a67df38aed54362b3cdfd2ded4 (diff)
[DOC] Fix wheather -> whether typos in configure.
Diffstat (limited to 'tool/m4')
-rw-r--r--tool/m4/ruby_wasm_tools.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/m4/ruby_wasm_tools.m4 b/tool/m4/ruby_wasm_tools.m4
index c00b335860..efc017e771 100644
--- a/tool/m4/ruby_wasm_tools.m4
+++ b/tool/m4/ruby_wasm_tools.m4
@@ -9,7 +9,7 @@ AC_DEFUN([RUBY_WASM_TOOLS],
AC_SUBST(wasmoptflags)
: ${wasmoptflags=-O3}
- AC_MSG_CHECKING([wheather \$WASI_SDK_PATH is set])
+ AC_MSG_CHECKING([whether \$WASI_SDK_PATH is set])
AS_IF([test x"${WASI_SDK_PATH}" = x], [
AC_MSG_RESULT([no])
AC_MSG_ERROR([WASI_SDK_PATH environment variable is required])