Skip to content

Commit

Permalink
chore: Fix typo in build message (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Mar 3, 2024
1 parent 48dc33d commit 9545efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/src/main/scala/scala/scalanative/build/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ object Build {
if (!usesSystemThreads) {
config.logger.info(
"Detected enabled multithreading, but not found any usage of system threads. " +
"Multihreading will be disabled to improve performance. " +
s"This behavior can be disabled by setting enviornment variable $envFlag=0."
"Multithreading will be disabled to improve performance. " +
s"This behavior can be disabled by setting the environment variable $envFlag=0."
)
currentConfig = currentConfig.withCompilerConfig(
_.withMultithreadingSupport(false)
Expand Down

0 comments on commit 9545efb

Please sign in to comment.