Commit 98a499a1 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Masahiro Yamada
Browse files

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

parent c6de37dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: