summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2021-10-28 16:33:03 +0200
committerGitHub <noreply@github.com>2021-10-28 16:33:03 +0200
commit93cdef320cd0bef0ac0020284e21ad8b945fc7e5 (patch)
tree6d32c6ecbd081da51d4cd49b8bd303e4626bdd03 /config-model
parent30434b164bdeb9fe96a731ac676f8d2d863effc6 (diff)
Update config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java b/config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java
index ae0c9448f38..bd8191ccdea 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.java
@@ -33,7 +33,7 @@ public class NodeSpec {
}
/**
- * Returns ther partition id of this, which is also a contiguous integer id, not necessarily
+ * Returns the partition id of this, which is also a contiguous integer id, not necessarily
* the same as the group id assigned by the user or node repo.
*/
public int partitionId() {