diff options
author | George Hartzell <hartzell@alerce.com> | 2016-07-08 11:01:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 11:01:08 -0700 |
commit | 1b9e8a0e65e927c74ea44a881c932a33cfb1745b (patch) | |
tree | 652be56f84c60b286ec89493a453e531a80eea92 /lib | |
parent | b9148b1751b93c79930602ea23b0d8bd42b86637 (diff) | |
download | spack-1b9e8a0e65e927c74ea44a881c932a33cfb1745b.tar.gz spack-1b9e8a0e65e927c74ea44a881c932a33cfb1745b.tar.bz2 spack-1b9e8a0e65e927c74ea44a881c932a33cfb1745b.tar.xz spack-1b9e8a0e65e927c74ea44a881c932a33cfb1745b.zip |
Fix typo
Comamnds -> Commands
Diffstat (limited to 'lib')
-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. |