@@ -45,7 +45,7 @@ fullName == sn/version
45
45
46
46
The fullName of a modulefile is complete name which is made of two
47
47
parts: sn and version. The sn is the shortname and represents the
48
- minumum name that can be used to specify a module. So for the
48
+ minimum name that can be used to specify a module. So for the
49
49
``gcc/7.1 `` modulefile. The fullName is ``gcc/7.1 `` and the sn is
50
50
``gcc `` and the version is ``7.1 ``. This naming convention is known
51
51
as NAME/VERSION and is abbreviated N/V. There are two more complicated
@@ -83,7 +83,7 @@ packages be named: ``bio/bowtie/3.4`` or ``bio/tophat/2.7``. When the
83
83
fullName is ``bio/bowtie/3.4 `` then the sn for is ``bio/bowtie `` and the
84
84
version is ``3.4 ``.
85
85
86
- Sites should think carefully about chosing to using C/N/V. This can
86
+ Sites should think carefully about choosing to using C/N/V. This can
87
87
make it easier for users to know which modules provide say physics,
88
88
chemistry or biology applications but it does lead to great deal more
89
89
typing of which tab completion provided by the bash or zsh shells can
@@ -117,7 +117,7 @@ Sites can mix N/V and C/N/V layouts, Lmod will be able to decide the
117
117
sn and versions by walking directory tree. In general, the fullName,
118
118
will be divided into directories names to become the sn and the
119
119
version will be the file. So for the fullName ``bio/tophat/7.2 `` the
120
- directores bio and tophat become the sn, ``bio/tophat `` and the
120
+ directories bio and tophat become the sn, ``bio/tophat `` and the
121
121
version is ``7.2 ``.
122
122
123
123
Lmod supports as many directory levels as site likes. For example, a
0 commit comments