diff --git a/lib/geokit/mappable.rb b/lib/geokit/mappable.rb index 18c0b1d..1ed1a58 100644 --- a/lib/geokit/mappable.rb +++ b/lib/geokit/mappable.rb @@ -75,7 +75,7 @@ def math_error_classes end # Returns heading in degrees (0 is north, 90 is east, 180 is south, etc) - # from the first point to the second point. Typicaly, the instance methods + # from the first point to the second point. Typically, the instance methods # will be used instead of this method. def heading_between(from, to) from = Geokit::LatLng.normalize(from) @@ -171,7 +171,7 @@ def self.register_unit(key, in_meters) register_unit :nms, 0.0005400722448725917 # Returns the multiplier used to obtain the correct distance units. - # TODO: make more accurate by coping + # TODO: make more accurate by copying # http://msi.nga.mil/MSISiteContent/StaticFiles/Calculators/degree.html def units_sphere_multiplier(units) EARTH_RADIUS[units]