aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 28704d3459..13f839b324 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,7 +371,7 @@ if not GetOption("help"):
env.Append(LINKFLAGS = ['-fstack-protector-strong'])
if env['high_priority'] and env['build_config']:
- print("The high priority library cannot be built in conjuction with a user-specified build configuration")
+ print("The high priority library cannot be built in conjunction with a user-specified build configuration")
Exit(1)
if not env['high_priority'] and not env['build_config']: