From f1fe614d67bf00d2d82918d121eeb2854701801f Mon Sep 17 00:00:00 2001
From: TomasPuverle <TomasPuverle@users.noreply.github.com>
Date: Thu, 1 Dec 2016 11:53:18 -0600
Subject: [PATCH] Update tutorial_sc16_packaging.rst (#2450)

Fixed a typo.
---
 lib/spack/docs/tutorial_sc16_packaging.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab