diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-08 11:08:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 11:08:00 -0700 |
commit | 2759f14f23852c174a17ee660541e98b717ea6e7 (patch) | |
tree | 652be56f84c60b286ec89493a453e531a80eea92 | |
parent | b9148b1751b93c79930602ea23b0d8bd42b86637 (diff) | |
parent | 1b9e8a0e65e927c74ea44a881c932a33cfb1745b (diff) | |
download | spack-2759f14f23852c174a17ee660541e98b717ea6e7.tar.gz spack-2759f14f23852c174a17ee660541e98b717ea6e7.tar.bz2 spack-2759f14f23852c174a17ee660541e98b717ea6e7.tar.xz spack-2759f14f23852c174a17ee660541e98b717ea6e7.zip |
Merge pull request #1198 from hartzell/patch-1
Fix typo
-rw-r--r-- | lib/spack/docs/basic_usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst index 8fad96010e..dbad0a9f6d 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -1154,7 +1154,7 @@ Modules may be loaded recursively with the command: More than one spec may be placed on the command line here. -Module Comamnds for Shell Scripts +Module Commands for Shell Scripts `````````````````````````````````` Although Spack is flexbile, the ``module`` command is much faster. |