summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-26 22:05:54 -0500
committerGitHub <noreply@github.com>2017-05-26 22:05:54 -0500
commitd3a82ce63215c048358650c55feeaecf5625bbf6 (patch)
treebf4f7d4e08aa23ccb919a05dfd2afe9486d50db1 /lib
parent6f0ac9d54cc8494cdb4a002c7a203622dfe656eb (diff)
downloadspack-d3a82ce63215c048358650c55feeaecf5625bbf6.tar.gz
spack-d3a82ce63215c048358650c55feeaecf5625bbf6.tar.bz2
spack-d3a82ce63215c048358650c55feeaecf5625bbf6.tar.xz
spack-d3a82ce63215c048358650c55feeaecf5625bbf6.zip
Fix typo in mod_to_class docstring (#4371)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/util/naming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/util/naming.py b/lib/spack/spack/util/naming.py
index 18142bd83f..e70b0a6ce0 100644
--- a/lib/spack/spack/util/naming.py
+++ b/lib/spack/spack/util/naming.py
@@ -57,7 +57,7 @@ def mod_to_class(mod_name):
* Class names use the CapWords convention.
Regular source code follows these convetions. Spack is a bit
- more liberal with its Package names nad Compiler names:
+ more liberal with its Package names and Compiler names:
* They can contain '-' as well as '_', but cannot start with '-'.
* They can start with numbers, e.g. "3proxy".