From f35fc9de6cc31ebc95816656319e438f4e64ce2d Mon Sep 17 00:00:00 2001 From: mcilwain Date: Sat, 26 Aug 2017 13:12:42 -0400 Subject: [PATCH] Fix comment typo ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179594157 --- java/google/registry/model/registry/label/ReservedList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/model/registry/label/ReservedList.java b/java/google/registry/model/registry/label/ReservedList.java index 52c929fb4..6d2601c7d 100644 --- a/java/google/registry/model/registry/label/ReservedList.java +++ b/java/google/registry/model/registry/label/ReservedList.java @@ -226,7 +226,7 @@ public final class ReservedList /** * Returns true if the given label and TLD is reserved for an anchor tenant, and the given auth - * code matches the one set on the reservation. If there are multiple anchor tenant entries fo + * code matches the one set on the reservation. If there are multiple anchor tenant entries for * this label, all the auth codes need to be the same and match the given one, otherwise an * exception is thrown. */