diff options
author | Greg Sjaardema <gsjaardema@gmail.com> | 2020-04-01 11:02:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 12:02:26 -0500 |
commit | c3e8825f8ec9aecc7e25380e34e8851b065c21e1 (patch) | |
tree | 884934b4837edf7732a7f0d8606efc1de4e15b0b /CHANGELOG.md | |
parent | c430ad91c39d625d6da7e7410a1fff3b0c6d9d9f (diff) | |
download | spack-c3e8825f8ec9aecc7e25380e34e8851b065c21e1.tar.gz spack-c3e8825f8ec9aecc7e25380e34e8851b065c21e1.tar.bz2 spack-c3e8825f8ec9aecc7e25380e34e8851b065c21e1.tar.xz spack-c3e8825f8ec9aecc7e25380e34e8851b065c21e1.zip |
Spelling fixes (#15805)
* Spelling fixes
* spelling fixes
* spelling fixes
* spelling fixes
* spelling fix
* spelling fix
* spelling fix
* spelling fixes
* spelling fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fea052884..092959aff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ This is a bugfix release on top of `v0.14.0`. Specific fixes include: 2. **Build pipelines.** You can also build in parallel through Gitlab CI. Simply create a Spack environment and push it to Gitlab to build - on Gitlab runners. Pipeline support is now integreated into a single + on Gitlab runners. Pipeline support is now integrated into a single `spack ci` command, so setting it up is easier than ever. See the [Pipelines section](https://spack.readthedocs.io/en/v0.14.0/pipelines.html) in the docs. @@ -125,8 +125,8 @@ RHEL8. * mirror bugfixes: symlinks, duplicate patches, and exception handling (#13789) * don't try to fetch `BundlePackages` (#13908) * avoid re-fetching patches already added to a mirror (#13908) -* avoid re-fetching alread added patches (#13908) -* avoid re-fetching alread added patches (#13908) +* avoid re-fetching already added patches (#13908) +* avoid re-fetching already added patches (#13908) * allow repeated invocations of `spack mirror create` on the same dir (#13908) * bugfix for RHEL8 when `python` is unavailable (#14252) * improve concretization performance in environments (#14190) |