Skip to content

Commit

Permalink
Fix typo in mod_to_class docstring (spack#4371)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored May 27, 2017
1 parent 6f0ac9d commit d3a82ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/util/naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit d3a82ce

Please sign in to comment.