Skip to content

Commit 98a499a

Browse files
neuschaefermasahir0y
authored andcommitted
scripts/jobserver-exec: Fix a typo ("envirnoment")
Signed-off-by: Jonathan Neuschäfer <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent c6de37d commit 98a499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobserver-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from __future__ import print_function
1010
import os, sys, errno
1111
import subprocess
1212

13-
# Extract and prepare jobserver file descriptors from envirnoment.
13+
# Extract and prepare jobserver file descriptors from environment.
1414
claim = 0
1515
jobs = b""
1616
try:

0 commit comments

Comments
 (0)