scripts/jobserver-exec: Fix a typo ("envirnoment")

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
Jonathan Neuschäfer 2021-05-13 18:24:02 +02:00 committed by Masahiro Yamada
parent c6de37dd5e
commit 98a499a11e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from __future__ import print_function
import os, sys, errno
import subprocess
# Extract and prepare jobserver file descriptors from envirnoment.
# Extract and prepare jobserver file descriptors from environment.
claim = 0
jobs = b""
try: