From 702dec3828ae39084883cecf0a8e4fa15cb73f04 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Fri, 8 Dec 2023 14:10:57 +0100
Subject: [PATCH] Capitalize cluster names; fix typo

---
 doc.zih.tu-dresden.de/docs/software/modules.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/modules.md b/doc.zih.tu-dresden.de/docs/software/modules.md
index bfe04a4b0..d5e42e188 100644
--- a/doc.zih.tu-dresden.de/docs/software/modules.md
+++ b/doc.zih.tu-dresden.de/docs/software/modules.md
@@ -68,7 +68,7 @@ certain module, you can use `module avail softwarename` and it will display the
     ```
 
     As you can see, `MATLAB` in version `2022b` is available on Barnard within the releases `23.04`
-    and`23.10`. Additonally, the output provides the information how to load it:
+    and`23.10`. Additionally, the output provides the information how to load it:
 
     ```console
     marie@login.barnard$ module load release/23.10 MATLAB/2022b
@@ -194,7 +194,7 @@ marie@compute$ module load modenv/ml
 ### modenv/scs5 (default)
 
 * SCS5 software
-* usually optimized for Intel processors (Cluster `barnard`, `julia`)
+* usually optimized for Intel processors (Cluster `Barnard`, `Julia`)
 
 ### modenv/ml
 
@@ -207,7 +207,7 @@ Thus the 'machine code' of other modenvs breaks).
 ### modenv/hiera
 
 * uses a hierarchical module load scheme
-* optimized software for AMD processors (Cluster `romeo` and `alpha`)
+* optimized software for AMD processors (Cluster `Romeo` and `Alpha`)
 
 ### modenv/classic
 
-- 
GitLab