Skip to content

Commit

Permalink
scripts/jobserver-exec: Fix a typo ("envirnoment")
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Neuschäfer <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
neuschaefer authored and masahir0y committed May 17, 2021
1 parent c6de37d commit 98a499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobserver-exec
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98a499a

Please sign in to comment.