diff --git a/src/main/java/net/thauvin/erik/mobibot/modules/Weather2.java b/src/main/java/net/thauvin/erik/mobibot/modules/Weather2.java index 17077f5..123fe87 100644 --- a/src/main/java/net/thauvin/erik/mobibot/modules/Weather2.java +++ b/src/main/java/net/thauvin/erik/mobibot/modules/Weather2.java @@ -102,7 +102,7 @@ public class Weather2 extends AbstractModule { } /** - * Fetches the weather data from a specific country. + * Fetches the weather data from a specific city. */ private void run(final Mobibot bot, final String sender, final String args, final boolean isPrivate) { final OpenWeatherMap owm = new OpenWeatherMap(properties.get(OWM_API_KEY_PROP));