diff --git a/.github/workflows/typos.toml b/.github/workflows/typos.toml index c9fe9e804a2..23f94fc8afd 100644 --- a/.github/workflows/typos.toml +++ b/.github/workflows/typos.toml @@ -38,4 +38,6 @@ caf = "caf" WRONLY = "WRONLY" # Ignore the name Hax Hax = "Hax" +# Big Sur +Sur = "Sur" # AS NEEDED: Add More Words Below diff --git a/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.py b/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.py index 0d6aec58c7e..0768442c2c4 100644 --- a/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.py +++ b/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.py @@ -19,7 +19,7 @@ if not (numpy_available and scipy_available): raise unittest.SkipTest( - "Pynumero needs scipy and numpy to run Sparse intrinsict tests" + "Pynumero needs scipy and numpy to run Sparse intrinsic tests" ) from pyomo.contrib.pynumero.sparse import BlockVector