From 5d97c816ca38f9b1350ac9c8518461e50823059c Mon Sep 17 00:00:00 2001 From: Kenny Weiss Date: Wed, 6 Jul 2022 12:52:23 -0700 Subject: [PATCH] Minor typo fix in mfem's package (#31470) Pointed out by @agcapps --- var/spack/repos/builtin/packages/mfem/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mfem/package.py b/var/spack/repos/builtin/packages/mfem/package.py index 5c2846144a3..68d48331f22 100644 --- a/var/spack/repos/builtin/packages/mfem/package.py +++ b/var/spack/repos/builtin/packages/mfem/package.py @@ -260,7 +260,7 @@ class Mfem(Package, CudaPackage, ROCmPackage): depends_on('strumpack+rocm amdgpu_target={0}'.format(gfx), when='+strumpack+rocm amdgpu_target={0}'.format(gfx)) # The PETSc tests in MFEM will fail if PETSc is not configured with - # MUMPS (and SuiteSparse in oler versions). On the other hand, PETSc built + # MUMPS (and SuiteSparse in older versions). On the other hand, PETSc built # with MUMPS is not strictly required, so we do not require it here. depends_on('petsc@3.8:+mpi+double+hypre', when='+petsc') depends_on('slepc@3.8.0:', when='+slepc')