Skip to content

Commit

Permalink
typos (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 12, 2023
1 parent d5b9210 commit 034f112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorial_binary_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ instance before they initiate a build.
Bootstrapping Mirrors
---------------------

In order to run Spack on an airgapped system, or aywhere else without
In order to run Spack on an airgapped system, or anywhere else without
internet access, you also need to install ``clingo`` as a dependency
(``clingo`` is used by spack's concretizer). While you can always
install clingo through your favorite method, we like to think Spack
Expand Down
4 changes: 2 additions & 2 deletions tutorial_buildsystems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Package

We've already seen examples of a :code:`Package` class in our walkthrough for writing
package files, so we won't be spending much time with them here. Briefly,
the Package class allows for abitrary control over the build process, whereas
the Package class allows for arbitrary control over the build process, whereas
subclasses rely on certain patterns (e.g. :code:`configure` :code:`make`
:code:`make install`) to be useful. :code:`Package` classes are particularly useful
for packages that have a non-conventional way of being built since the packager
Expand Down Expand Up @@ -125,7 +125,7 @@ then we can append to our :code:`build_targets` property:
build_targets = ["foo"]
Which is similiar to invoking make in our Package
Which is similar to invoking make in our Package

.. code-block:: python
Expand Down

0 comments on commit 034f112

Please sign in to comment.