From ee035c2cd4005ef15a79377cb39261cb0da12105 Mon Sep 17 00:00:00 2001
From: Guilherme Pantoja Calandrini de Azevedo Junior
 <guilherme.calandrini@tu-dresden.de>
Date: Mon, 19 Sep 2022 10:29:09 +0200
Subject: [PATCH] small typo fixes  - bevor -> befor  - an -> can  - module
 load ANSYS ANSYS/2020R2 -> module load ANSYS/2020R2  - module load ls-dyna ->
 module load LS-DYNA

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

diff --git a/doc.zih.tu-dresden.de/docs/software/fem_software.md b/doc.zih.tu-dresden.de/docs/software/fem_software.md
index af6b9fb80..9191c0cb1 100644
--- a/doc.zih.tu-dresden.de/docs/software/fem_software.md
+++ b/doc.zih.tu-dresden.de/docs/software/fem_software.md
@@ -96,11 +96,11 @@ start a Ansys workbench on the login nodes interactively for short tasks. The se
 
     Since the MPI library that Ansys uses internally (Platform MPI) has some problems integrating
     seamlessly with Slurm, you have to unset the enviroment variable `SLURM_GTIDS` in your
-    environment bevor running Ansysy workbench in interactive andbatch mode.
+    environment befor running Ansysy workbench in interactive andbatch mode.
 
 ### Using Workbench Interactively
 
-Ansys workbench (`runwb2`) an be invoked interactively on the login nodes of ZIH systems for short tasks.
+Ansys workbench (`runwb2`) can be invoked interactively on the login nodes of ZIH systems for short tasks.
 [X11 forwarding](../access/ssh_login.md#x11-forwarding) needs to enabled when establishing the SSH
 connection. For OpenSSH the corresponding option is `-X` and it is valuable to use compression of
 all data via `-C`.
@@ -268,7 +268,7 @@ You need a job file (aka. batch script) to run the MPI version.
     #SBATCH --ntasks=16           # number of processor cores (i.e. tasks)
     #SBATCH --mem-per-cpu=1900M   # memory per CPU core
 
-    module load ls-dyna
+    module load LS-DYNA
     srun mpp-dyna i=neon_refined01_30ms.k memory=120000000
     ```
 
-- 
GitLab