From 0bb20d34db40d0699cc660c8beca3df2194f4f42 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:53:14 +0100 Subject: [PATCH] autotools: fix a typo in comment (#43080) Co-authored-by: jmcarcell --- lib/spack/spack/build_systems/autotools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/autotools.py b/lib/spack/spack/build_systems/autotools.py index d3b7893bfe..1f44ebf137 100644 --- a/lib/spack/spack/build_systems/autotools.py +++ b/lib/spack/spack/build_systems/autotools.py @@ -541,7 +541,7 @@ def autoreconf(self, pkg, spec, prefix): if os.path.exists(self.configure_abs_path): return - # Else try to regenerate it, which reuquires a few build dependencies + # Else try to regenerate it, which requires a few build dependencies ensure_build_dependencies_or_raise( spec=spec, dependencies=["autoconf", "automake", "libtool"],