diff --git a/server/src/main/java/io/druid/curator/discovery/CuratorServiceUtils.java b/server/src/main/java/io/druid/curator/discovery/CuratorServiceUtils.java index 4f23fed5ac1..936581d4b88 100644 --- a/server/src/main/java/io/druid/curator/discovery/CuratorServiceUtils.java +++ b/server/src/main/java/io/druid/curator/discovery/CuratorServiceUtils.java @@ -26,7 +26,7 @@ public class CuratorServiceUtils * curator-x-discovery-server * * This method is marked protected because it should never be used outside of the io.druid.curator.discovery - * packakge. If you are tempted to use this method anywhere else you are most likely doing something wrong. + * package. If you are tempted to use this method anywhere else you are most likely doing something wrong. * Mapping the actual service name to the name used within curator should be left to {@link CuratorServiceAnnouncer} * and {@link ServerDiscoveryFactory} *