mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
WIP: Correct all typos (#498)
This commit is contained in:
parent
98254a7c1f
commit
ed205e98a1
79 changed files with 162 additions and 162 deletions
|
@ -367,7 +367,7 @@ bool IsParallelBuild(void) {
|
|||
return (makeflags = getenv("MAKEFLAGS")) && strstr(makeflags, "-j");
|
||||
}
|
||||
|
||||
bool ShouldRunInParralel(void) {
|
||||
bool ShouldRunInParallel(void) {
|
||||
return !IsWindows() && IsParallelBuild();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue