Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 9, 2024
1 parent 445263d commit fc52a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pj.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (p *PJ) LPDist(a, b Coord) float64 {
}

// LPZDist returns the geodesic distance between a and b in geodetic
// coordinates, taking height above the ellipsoid into account.q
// coordinates, taking height above the ellipsoid into account.
func (p *PJ) LPZDist(a, b Coord) float64 {
p.context.Lock()
defer p.context.Unlock()
Expand Down

0 comments on commit fc52a90

Please sign in to comment.