summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTomasPuverle <TomasPuverle@users.noreply.github.com>2016-12-01 11:53:18 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2016-12-01 11:53:18 -0600
commitf1fe614d67bf00d2d82918d121eeb2854701801f (patch)
tree3c72f6a0e68678cf45d6eeaae4f05c43092c0d15 /lib
parenta961797155b7f37b6ea49d20a83262f019b8218f (diff)
downloadspack-f1fe614d67bf00d2d82918d121eeb2854701801f.tar.gz
spack-f1fe614d67bf00d2d82918d121eeb2854701801f.tar.bz2
spack-f1fe614d67bf00d2d82918d121eeb2854701801f.tar.xz
spack-f1fe614d67bf00d2d82918d121eeb2854701801f.zip
Update tutorial_sc16_packaging.rst (#2450)
Fixed a typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/tutorial_sc16_packaging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/tutorial_sc16_packaging.rst b/lib/spack/docs/tutorial_sc16_packaging.rst
index 41c938327e..edcdb5533d 100644
--- a/lib/spack/docs/tutorial_sc16_packaging.rst
+++ b/lib/spack/docs/tutorial_sc16_packaging.rst
@@ -266,7 +266,7 @@ As per the error message, Spack has given us a ``spack-build.out`` debug log:
configure: error: unable to locate ``adept-utils`` installation
This gives us the output from the build, and it's fairly obvious that
-mpileaks isn't finding it's ``adept-utils`` package. Spack has
+mpileaks isn't finding its ``adept-utils`` package. Spack has
automatically added the include and library directories of
``adept-utils`` to the compiler's search path, but some packages like
mpileaks can sometimes be picky and still want things spelled out on