Skip to content

Commit 9824d76

Browse files
committed
fix spelling
1 parent 1b5acd6 commit 9824d76

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: geodist
22
Title: Fast, Dependency-Free Geodesic Distance Calculations
3-
Version: 0.0.8.020
3+
Version: 0.0.8.021
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Michael D.", "Sumner", role = "aut"),

R/geodist-vec.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' @param measure One of "haversine" "vincenty", "geodesic", or "cheap"
2222
#' specifying desired method of geodesic distance calculation; see Notes.
2323
#' @param quiet If \code{FALSE}, check whether max of calculated distances
24-
#' is greater than accuracy threshhold and warn.
24+
#' is greater than accuracy threshold and warn.
2525
#' @return If only \code{(x1, y1)} are passed and \code{sequential = FALSE}, a
2626
#' square symmetric matrix containing distances between all items in \code{(x1,
2727
#' y1)}; If only \code{(x1, y1)} are passed and \code{sequential = TRUE}, a

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/hypertidy/geodist",
88
"issueTracker": "https://github.com/hypertidy/geodist/issues",
99
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.0.8.020",
10+
"version": "0.0.8.021",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

man/geodist_vec.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)