summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGreg Sjaardema <gsjaardema@gmail.com>2020-04-01 11:02:26 -0600
committerGitHub <noreply@github.com>2020-04-01 12:02:26 -0500
commitc3e8825f8ec9aecc7e25380e34e8851b065c21e1 (patch)
tree884934b4837edf7732a7f0d8606efc1de4e15b0b /CHANGELOG.md
parentc430ad91c39d625d6da7e7410a1fff3b0c6d9d9f (diff)
downloadspack-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.md6
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)