summaryrefslogtreecommitdiffstats
path: root/src/weather.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/weather.py')
-rw-r--r--src/weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather.py b/src/weather.py
index 17a8638..80131b8 100644
--- a/src/weather.py
+++ b/src/weather.py
@@ -25,7 +25,7 @@ def weather(station = None, downloader = None):
Get a brief weather report
Airports should publish METAR (Meteorological Aerodrome Report) reports at XX:20 and XX:50,
- it can presumable take some time before the collection server we use (weather.noaa.gov) have
+ it can presumably take some time before the collection server we use (weather.noaa.gov) have
received it. Additionally some airports do not update while closed, and updates while closed
are less accurate.