diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-inputs.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-inputs.js index 3f1a2fc597..1c80908b9d 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-inputs.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-inputs.js @@ -199,7 +199,7 @@ define(function(require) { var vcpuValue = $("div.vcpu_input input", context).val(); if (vcpuValue !== "") { CoresPerSocket.generateCores(VCPU_SELECTOR); - if(element && element.TEMPLATE && element.TEMPLATE.TOPOLOGY && element.TEMPLATE.TOPOOGY.CORES) { + if(element && element.TEMPLATE && element.TEMPLATE.TOPOLOGY && element.TEMPLATE.TOPOLOGY.CORES) { CoresPerSocket.selectOption(element.TEMPLATE.TOPOLOGY.CORES); } }