diff --git a/docs.it4i/general/slurmtopbs.md b/docs.it4i/general/slurmtopbs.md
index fc2588da5df277bb60a83509352f1d5253e4baa8..bca80c1357ddc1cbb203ceae8b98df07ab6644fb 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