summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2017-07-11 22:48:31 -0700
committerMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-07-12 07:48:31 +0200
commitff906faf9a67d33a5d15be829988ebd5de189ba4 (patch)
treef833ad8d0775d70bfb59944d1c2e5b9153c08ec7
parent3566966d4769dff87eca778a06c6a37e8e080e1a (diff)
downloadspack-ff906faf9a67d33a5d15be829988ebd5de189ba4.tar.gz
spack-ff906faf9a67d33a5d15be829988ebd5de189ba4.tar.bz2
spack-ff906faf9a67d33a5d15be829988ebd5de189ba4.tar.xz
spack-ff906faf9a67d33a5d15be829988ebd5de189ba4.zip
Typo: submdoules -> submodules (#4716)
-rw-r--r--lib/spack/docs/packaging_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst
index cdf4cc7e3b..540d2a9e4e 100644
--- a/lib/spack/docs/packaging_guide.rst
+++ b/lib/spack/docs/packaging_guide.rst
@@ -925,7 +925,7 @@ Submodules
.. code-block:: python
version('1.0.1', git='https://github.com/example-project/example.git',
- tag='v1.0.1', submdoules=True)
+ tag='v1.0.1', submodules=True)
.. _github-fetch: