diff options
author | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:38:39 -0700 |
---|---|---|
committer | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:38:39 -0700 |
commit | ac728d3e60ef9ef8c52333449592c5933b9c59ce (patch) | |
tree | 55885f4a6c3ff35d1af96daa46ac7585bc46439f /lib | |
parent | 6180e6c047ba09a8c7359ba9327ca6a332b4e073 (diff) | |
download | spack-ac728d3e60ef9ef8c52333449592c5933b9c59ce.tar.gz spack-ac728d3e60ef9ef8c52333449592c5933b9c59ce.tar.bz2 spack-ac728d3e60ef9ef8c52333449592c5933b9c59ce.tar.xz spack-ac728d3e60ef9ef8c52333449592c5933b9c59ce.zip |
fixing capitol->capital typos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/basic_usage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst index f4d42c23ad..ceec8c7723 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -27,7 +27,7 @@ Spack can install: The packages are listed by name in alphabetical order. If you specify a pattern to match, it will follow this set of rules. A pattern with no wildcards, ``*`` or ``?``, will be treated as though it started and ended iwth -``*``, so ``util`` is equivalent to ``*util*``. A pattern with no capitol +``*``, so ``util`` is equivalent to ``*util*``. A pattern with no capital letters will be treated as case-insensitive. You can also add the ``-i`` flag to specify a case insensitive search, or ``-d`` to search the description of the package in addition to the name. Some examples: @@ -36,7 +36,7 @@ All packages whose names contain "sql" case insensitive: .. command-output:: spack list sql -All packages whose names start with a capitol M: +All packages whose names start with a capital M: .. command-output:: spack list M* |