summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2018-08-06 10:36:57 -0700
committerscheibelp <scheibel1@llnl.gov>2018-08-06 13:36:57 -0400
commit4e985051c09a5dbd1292558623c837a3e1bbc861 (patch)
treecf3f070d175c603bfade00562c7dc83d09d9a7d3 /lib
parenta816397322a84796ce8c9d354b9170daad457bf8 (diff)
downloadspack-4e985051c09a5dbd1292558623c837a3e1bbc861.tar.gz
spack-4e985051c09a5dbd1292558623c837a3e1bbc861.tar.bz2
spack-4e985051c09a5dbd1292558623c837a3e1bbc861.tar.xz
spack-4e985051c09a5dbd1292558623c837a3e1bbc861.zip
Docstring typo: builing -> building (#8896)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/aspell_dict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_systems/aspell_dict.py b/lib/spack/spack/build_systems/aspell_dict.py
index 99039fcf28..76b6d8ebc5 100644
--- a/lib/spack/spack/build_systems/aspell_dict.py
+++ b/lib/spack/spack/build_systems/aspell_dict.py
@@ -39,7 +39,7 @@ from spack.util.executable import which
# They aren't really an Autotools package, but it's close enough
# that this works if we override configure().
class AspellDictPackage(AutotoolsPackage):
- """Specialized class for builing aspell dictionairies."""
+ """Specialized class for building aspell dictionairies."""
extends('aspell')