aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2017-10-13 13:09:19 +0200
committertoby <smorgrav@yahoo-inc.com>2017-10-13 13:09:19 +0200
commit0705fb76bee654a2cbc280714c5de11660afd422 (patch)
treedd3126ca4d214d62155a4ec914d6cf58570a4c76 /controller-server
parent754e952ec1159e966260c77b8e1cbe968d5dafef (diff)
Spelling
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/DeploymentCost.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/DeploymentCost.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/DeploymentCost.java
index 06fd9ad87b9..585690793bb 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/DeploymentCost.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/DeploymentCost.java
@@ -49,12 +49,12 @@ public class DeploymentCost {
return tco;
}
- /** @return The utilization of clusters that waists most money in this deployment */
+ /** @return The utilization of clusters that wastes most money in this deployment */
public double getUtilization() {
return utilization;
}
- /** @return The amount of dollars spend and not utilized */
+ /** @return The amount of dollars spent and not utilized */
public double getWaste() {
return waste;
}