From 492bf96e02883e9e9987333b97b0990561fdf61b Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 8 Apr 2017 18:50:26 -0700 Subject: [PATCH] Fixed description. --- src/main/java/net/thauvin/erik/mobibot/modules/Weather2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));