[CORD-2342]
Fix misspelling of `constraints`

Change-Id: I73d9d125510067b69f7a2e27e5925d5a9e61e599
diff --git a/roles/cord-profile/defaults/main.yml b/roles/cord-profile/defaults/main.yml
index a875db9..e139397 100644
--- a/roles/cord-profile/defaults/main.yml
+++ b/roles/cord-profile/defaults/main.yml
@@ -62,7 +62,7 @@
 
 xos_services: []
 
-xos_gui_service_graph_constranints: []
+xos_gui_service_graph_constraints: []
 
 xos_tosca_config_templates: []
 
diff --git a/roles/cord-profile/templates/service-graph-constraints.yaml.j2 b/roles/cord-profile/templates/service-graph-constraints.yaml.j2
index f1897b1..00fbc4a 100644
--- a/roles/cord-profile/templates/service-graph-constraints.yaml.j2
+++ b/roles/cord-profile/templates/service-graph-constraints.yaml.j2
@@ -11,4 +11,4 @@
     constraints:
       type: tosca.nodes.ServiceGraphConstraint
       properties:
-        constraints: '{{xos_gui_service_graph_constranints}}'
\ No newline at end of file
+        constraints: '{{ xos_gui_service_graph_constraints }}'