Skip to content

Commit d897f35

Browse files
committed
Corrected two typos.
1 parent aabc649 commit d897f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2022-CSC_and_LO/2_Using/2_04_implementing_easyblocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ can create themselves. At this moment it does not yet include possible other eas
128128

129129
## Structure of an easyblock
130130

131-
The example below shows the overal structure of an easyblock:
131+
The example below shows the overall structure of an easyblock:
132132

133133
```python
134134
from easybuild.framework.easyblock import EasyBlock
@@ -685,7 +685,7 @@ Your easyblock should:
685685
```
686686

687687
Running this example on LUMI is a little tricky as using ``--include-easyblocks`` to point EasyBuild to
688-
our new easyblock interfers with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
688+
our new easyblock interferes with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
689689
and causes error messages about the toolchains. So either the easyblock needs to be copied to the user location
690690
that can be found by looking at the output of ``eb --show-config`` or we simply need to extend the list of
691691
easyblocks that EasyBuild searches with the easyblocks in the current directory:

0 commit comments

Comments
 (0)