diff --git a/SingularityUI/app/components/taskDetail/TaskAlerts.jsx b/SingularityUI/app/components/taskDetail/TaskAlerts.jsx index 6ddd6353d9..6ef4c5ac7b 100644 --- a/SingularityUI/app/components/taskDetail/TaskAlerts.jsx +++ b/SingularityUI/app/components/taskDetail/TaskAlerts.jsx @@ -34,7 +34,7 @@ const TaskAlerts = (props) => { // Did a deploy cause this task to fail? alerts.push( - {Utils.ifDeployFailureCausedTaskToBeKilled(props.task) && 'This task was killed becasue '} + {Utils.ifDeployFailureCausedTaskToBeKilled(props.task) && 'This task was killed because '} Deploy {props.deploy.deploy.id} failed. );