From fde0dc7caf7bd5b368fcf301816e647ee6c74ca6 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Tue, 5 Apr 2022 10:23:25 +0200
Subject: [PATCH] Wording

---
 doc.zih.tu-dresden.de/docs/software/mathematics.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/mathematics.md b/doc.zih.tu-dresden.de/docs/software/mathematics.md
index 0d845be20..20d8553b9 100644
--- a/doc.zih.tu-dresden.de/docs/software/mathematics.md
+++ b/doc.zih.tu-dresden.de/docs/software/mathematics.md
@@ -231,7 +231,7 @@ MATLAB.
 
 ```console
 marie@login$ module load MATLAB
-marie@login$ configCluster.sh  # todo Execute?
+marie@login$ configCluster.sh
 ```
 
 Jobs will now default to the HPC system rather than submit to the local machine.
@@ -406,7 +406,7 @@ Once you have identified the job you want, you can retrieve the results as done
 
 `fetchOutputs` is used to retrieve function output arguments; if calling `batch` with a script, use
 `load` instead. Data that has been written to files on the cluster needs be retrieved directly
-from the file system (e.g. via ftp). To view results of a previously completed job:
+from the filesystem (e.g. via ftp). To view results of a previously completed job:
 
 ```matlabsession
 >> % Get a handle to the job with ID 2
-- 
GitLab