From 9b5dc9f6363061bebc1c8fdc3fb5082dd93f654d Mon Sep 17 00:00:00 2001
From: Thomas Lynn Marcus <thomas_lynn.marcus@tu-dresden.de>
Date: Fri, 14 Oct 2022 15:26:00 +0200
Subject: [PATCH] typo

---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index 057c1e459..cf23e1ed5 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -94,7 +94,7 @@ can find it via `squeue --me`. The job ID allows you to
 
     On ZIH systems, `srun` is used to run your parallel application. The use of `mpirun` is provenly
     broken on partitions `ml` and `alpha` for jobs requiring more than one node. Especially when
-    using code from github projects, double-check it's configuration by looking for a line like
+    using code from github projects, double-check its configuration by looking for a line like
     'submit command  mpirun -n $ranks ./app' and replace it with 'srun ./app'.
 
     Otherwise, this may lead to wrong resource distribution and thus job failure, or tremendous
-- 
GitLab