summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAshwin Kumar Karnad <46030335+iamashwin99@users.noreply.github.com>2023-07-21 10:39:53 +0200
committerGitHub <noreply@github.com>2023-07-21 10:39:53 +0200
commit405f56390969c3f84b70a800a0f2e4a50c982d4e (patch)
tree8a3d4aa14db2116ae2f7fab4b285bf1f13d43df6 /lib
parent089d775cf2fe87f8fd063e9f143bbf3d97331cb4 (diff)
downloadspack-405f56390969c3f84b70a800a0f2e4a50c982d4e.tar.gz
spack-405f56390969c3f84b70a800a0f2e4a50c982d4e.tar.bz2
spack-405f56390969c3f84b70a800a0f2e4a50c982d4e.tar.xz
spack-405f56390969c3f84b70a800a0f2e4a50c982d4e.zip
binary_caches.rst: fix typo (#39030)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/binary_caches.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/binary_caches.rst b/lib/spack/docs/binary_caches.rst
index 3c8d68a5d2..0c753116b4 100644
--- a/lib/spack/docs/binary_caches.rst
+++ b/lib/spack/docs/binary_caches.rst
@@ -51,7 +51,7 @@ Here is an example where a build cache is created in a local directory named
$ spack buildcache push ./spack-cache ninja
==> Pushing binary packages to file:///home/spackuser/spack/spack-cache/build_cache
-Not that ``ninja`` must be installed locally for this to work.
+Note that ``ninja`` must be installed locally for this to work.
Once you have a build cache, you can add it as a mirror, discussed next.