Skip to content

Commit d5b9210

Browse files
authored
Fix typos in basics section (#311)
1 parent 33345ed commit d5b9210

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installing Spack
2828
----------------
2929

3030
Spack works out of the box. Simply clone Spack to get going. We will
31-
clone Spack and immediately check out the most recent release, v0.20.
31+
clone Spack and immediately check out the most recent release, v0.21.
3232

3333
.. literalinclude:: outputs/basics/clone.out
3434
:language: console
@@ -160,7 +160,7 @@ top-level package, we can also specify about a dependency using ``^``.
160160
Packages can also be referred to from the command line by their package
161161
hash. Using the ``spack find -lf`` command earlier we saw that the hash
162162
of our optimized installation of zlib-ng (``cflags="-O3"``) began with
163-
``iswfl``. We can now explicitly build with that package without typing
163+
``npuw4up``. We can now explicitly build with that package without typing
164164
the entire spec, by using the ``/`` sigil to refer to it by hash. As with
165165
other tools like Git, you do not need to specify an *entire* hash on the
166166
command line. You can specify just enough digits to identify a hash

0 commit comments

Comments
 (0)