branch: externals/metar commit 7f0c37eb50110b62320e9d064e85b573a732265a Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typo --- metar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metar.el b/metar.el index 05e32c2e06..2b3afb8ac9 100644 --- a/metar.el +++ b/metar.el @@ -167,7 +167,7 @@ LATITUDE2/LONGITUDE2." (defun metar-latitude-longitude-distance-haversine (latitude1 longitude1 latitude2 longitude2) - "Caluclate the distance (in kilometers) between two points on the + "Calculate the distance (in kilometers) between two points on the surface of the earth given as LATITUDE1, LONGITUDE1, LATITUDE2 and LONGITUDE2." (cl-macrolet ((distance (d1 d2) `(expt (sin (/ (degrees-to-radians (- ,d2 ,d1)) 2)) 2)))