summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2016-07-14 08:19:32 -0700
committerGitHub <noreply@github.com>2016-07-14 08:19:32 -0700
commite052aaf44d5af53cdcb5e4afa3ed09eed14b38b1 (patch)
tree71da7f6c847224d32962e24d892af6bd4f9abfcd
parentd24c11f2b10a180316168f2078f9ba1bfeb5bb23 (diff)
downloadspack-e052aaf44d5af53cdcb5e4afa3ed09eed14b38b1.tar.gz
spack-e052aaf44d5af53cdcb5e4afa3ed09eed14b38b1.tar.bz2
spack-e052aaf44d5af53cdcb5e4afa3ed09eed14b38b1.tar.xz
spack-e052aaf44d5af53cdcb5e4afa3ed09eed14b38b1.zip
Minor typo fix
the packages that depends on => the packages that depend on
-rw-r--r--lib/spack/docs/basic_usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst
index dbad0a9f6d..cde13e7417 100644
--- a/lib/spack/docs/basic_usage.rst
+++ b/lib/spack/docs/basic_usage.rst
@@ -2,7 +2,7 @@
Basic usage
=====================
-
+p
The ``spack`` command has many *subcommands*. You'll only need a
small subset of them for typical usage.
@@ -183,7 +183,7 @@ To uninstall a package and every package that depends on it, you may give the
spack uninstall --dependents mpich
-will display a list of all the packages that depends on `mpich` and, upon confirmation,
+will display a list of all the packages that depend on `mpich` and, upon confirmation,
will uninstall them in the right order.
A line like