Fix typo in SConstruct

Resolves: COMPMID-5012

Signed-off-by: SiCongLi <sicong.li@arm.com>
Change-Id: I7df7098b464f564cf7f3d83e10fe57e2788531a0
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6839
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/SConstruct b/SConstruct
index 28704d3..13f839b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,7 +371,7 @@
             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']: