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

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

diff --git a/lib/spack/docs/workflows.rst b/lib/spack/docs/workflows.rst
index 314f57c8b5..3ca2353dc1 100644
--- a/lib/spack/docs/workflows.rst
+++ b/lib/spack/docs/workflows.rst
@@ -967,7 +967,7 @@ Distribute Your Software
 
 Once you've released your software, other people will want to build
 it; and you will need to tell them how.  In the past, that has meant a
-few paragraphs of pros explaining which dependencies to install.  But
+few paragraphs of prose explaining which dependencies to install.  But
 now you use Spack, and those instructions are written in executable
 Python code.  But your software has many dependencies, and you know
 Spack is the best way to install it:
-- 
GitLab