summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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