aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-26 23:01:03 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-26 23:01:03 +0200
commit6b63a8f4db222e59a74b3818f9be7aeca0356557 (patch)
tree629033372e8895252be328872b9f28b2df37c1d3
parentd61aba714f85a5a5473904cccbfbbc54c8d2fa99 (diff)
Correct comment typo
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/JobStatus.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/JobStatus.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/JobStatus.java
index d2f2e1ec18c..0b81a45922c 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/JobStatus.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/JobStatus.java
@@ -44,7 +44,7 @@ public class JobStatus {
this.type = type;
this.jobError = jobError;
- // Nwever say we triggered component because we don't:
+ // Never say we triggered component because we don't:
this.lastTriggered = type == DeploymentJobs.JobType.component ? Optional.empty() : lastTriggered;
this.lastCompleted = lastCompleted;
this.firstFailing = firstFailing;