From ec050eed5852cf8f66da46d27fed14a5c6c76b84 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 9 Dec 2022 09:52:56 +0100
Subject: [PATCH] Update slurmtopbs.md

---
 docs.it4i/general/slurmtopbs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/slurmtopbs.md b/docs.it4i/general/slurmtopbs.md
index bca80c135..6ed722114 100644
--- a/docs.it4i/general/slurmtopbs.md
+++ b/docs.it4i/general/slurmtopbs.md
@@ -1,6 +1,6 @@
 # Migrating From SLURM
 
-SLURM-optimized parallel jobs will not under PBS out of the box.
+SLURM-optimized parallel jobs will not run under PBS out of the box.
 Conversion to PBS standards is necessary. Here we provide hints on how to proceed.
 
 It is important to notice that `mpirun`  is used here as an alternative to the `srun` in SLURM. The `-n` flag is used to regulate the number of tasks spawned by the MPI. The path to the script being run by MPI must be absolute. The script rights should be set to allow execution and reading.
-- 
GitLab