From b545419434deb48c6bbc80bfff966cb9ad027067 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Wed, 24 Nov 2021 12:37:45 +0100
Subject: [PATCH] Corrected spelling mistake in
 custom_easy_build_environment.md.

---
 .../docs/software/custom_easy_build_environment.md              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md b/doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md
index 3a0bc91ab..e8d85ae68 100644
--- a/doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md
+++ b/doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md
@@ -61,7 +61,7 @@ using the command `sbatch` instead of `srun`. For the sake of illustration, we u
 interactive job as an example. Depending on the partitions that you want the module to be usable on
 later, you need to select nodes with the same architecture. Thus, use nodes from partition ml for
 building, if you want to use the module on nodes of that partition. In this example, we assume
-that we want to use the module on nodes with x86 architecture und thus, Haswell nodes will be used.
+that we want to use the module on nodes with x86 architecture and thus, we use Haswell nodes.
 
 ```console
 marie@login$ srun --partition=haswell --nodes=1 --cpus-per-task=4 --time=08:00:00 --pty /bin/bash -l
-- 
GitLab