From 8e79ee784cccba98438ac04af2b31b4a46baa39a Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 8 Nov 2021 13:28:51 +0100
Subject: [PATCH] proofreading

---
 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 fc2588da5..bca80c135 100644
--- a/docs.it4i/general/slurmtopbs.md
+++ b/docs.it4i/general/slurmtopbs.md
@@ -9,7 +9,7 @@ The PBS provides some useful variables that may be used in the jobscripts
 `PBS_O_WORKDIR` and `PBS_JOBID`. For example:
 
 The `PBS_O_WORKDIR` returns the directory, where the `qsub` command was submitted.
-The `PBS_JOBID` returns the numercal identifyer of the job.
+The `PBS_JOBID` returns the numerical identifier of the job.
 The `qsub` always starts execution in the `$HOME` directory.
 
 ## Migrating PyTorch From SLURM
-- 
GitLab