diff options
author | Alex Hedges <aphedges@users.noreply.github.com> | 2024-10-30 04:35:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 09:35:30 +0100 |
commit | 44d09f2b2bc08b92ac7129b803f90cc1be328585 (patch) | |
tree | a48b8a3f6f0a5323f86194741dd14de4a9bf2a24 /etc | |
parent | 161b2d7cb027b2146f465cb1df2ed511fba2ad81 (diff) | |
download | spack-44d09f2b2bc08b92ac7129b803f90cc1be328585.tar.gz spack-44d09f2b2bc08b92ac7129b803f90cc1be328585.tar.bz2 spack-44d09f2b2bc08b92ac7129b803f90cc1be328585.tar.xz spack-44d09f2b2bc08b92ac7129b803f90cc1be328585.zip |
Fix typo in default `concretizer.yaml` (#47307)
This was caught by `codespell` when I copied the config file into an
internal repository.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/concretizer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/concretizer.yaml b/etc/spack/defaults/concretizer.yaml index 5bbf580bcf..b3b0605459 100644 --- a/etc/spack/defaults/concretizer.yaml +++ b/etc/spack/defaults/concretizer.yaml @@ -42,7 +42,7 @@ concretizer: # "minimal": allows the duplication of 'build-tools' nodes only (e.g. py-setuptools, cmake etc.) # "full" (experimental): allows separation of the entire build-tool stack (e.g. the entire "cmake" subDAG) strategy: minimal - # Option to specify compatiblity between operating systems for reuse of compilers and packages + # Option to specify compatibility between operating systems for reuse of compilers and packages # Specified as a key: [list] where the key is the os that is being targeted, and the list contains the OS's # it can reuse. Note this is a directional compatibility so mutual compatibility between two OS's # requires two entries i.e. os_compatible: {sonoma: [monterey], monterey: [sonoma]} |