summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-03-08 17:26:59 +0100
committerTor Brede Vekterli <vekterli@verizonmedia.com>2021-03-08 17:26:59 +0100
commita991acd73b0bea058112fd2db01184f9741a5e84 (patch)
tree80f933c44f4416a974edbb5dcea25ba5f87a3ba7 /clustercontroller-core
parentaf8915becf15db9d2c2c1dbb3408e89d54dd074f (diff)
Fix typo
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/database/DatabaseHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/database/DatabaseHandler.java b/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/database/DatabaseHandler.java
index 94a76763f34..4f02e31b426 100644
--- a/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/database/DatabaseHandler.java
+++ b/clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/database/DatabaseHandler.java
@@ -147,7 +147,7 @@ public class DatabaseHandler {
} else {
// If we have pending cluster state writes we cannot drop these on the floor, as otherwise the
// core CC logic may keep thinking it has persisted writes it really has not. Clearing pending
- // state writes woudl also prevent the controller from detecting itself being out of sync by
+ // state writes would also prevent the controller from detecting itself being out of sync by
// triggering CaS violations upon znode writes.
pendingStore.clearNonClusterStateFields();
}