mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 11:44:11 +00:00
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:
parent
c6de37dd5e
commit
98a499a11e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue