summaryrefslogtreecommitdiffstats
path: root/controller-api/src
diff options
context:
space:
mode:
authortoby <smorgrav@yahoo-inc.com>2018-10-04 10:49:11 +0200
committertoby <smorgrav@yahoo-inc.com>2018-10-04 10:49:11 +0200
commit502a44bb90ced322931e606c920e0e2ae992ef4f (patch)
treeb7d831b1892d8035b97993215b47d834e78feb41 /controller-api/src
parent141371f6d0cf98816da333b4656e36a7d7de9716 (diff)
Typo
Diffstat (limited to 'controller-api/src')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java
index c2bd8adf512..8c5579cf97c 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java
@@ -20,7 +20,7 @@ public interface NameService {
*/
RecordId createCname(RecordName alias, RecordData canonicalName);
- /** Find record by type and name - will throw exception if more tha one record matches */
+ /** Find record by type and name - will throw exception if more than one record matches */
Optional<Record> findRecord(Record.Type type, RecordName name);
/** Find record by type and name - may return multiple records */