From 4a8dfc22463840d0a61564bb3864bfdaa1eae892 Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Mon, 26 Nov 2018 12:31:37 +0100 Subject: [PATCH] Fix typo: defualt -> default --- R/commit.R | 2 +- R/credential.R | 2 +- man/commits.Rd | 2 +- man/cred_token.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/commit.R b/R/commit.R index 9231e7ae2..83b36539c 100644 --- a/R/commit.R +++ b/R/commit.R @@ -168,7 +168,7 @@ commit <- function(repo = ".", ##' @param reverse Sort the commits in reverse order; can be combined ##' with topological and/or time sorting. Default is FALSE. ##' @param n The upper limit of the number of commits to output. The -##' defualt is NULL for unlimited number of commits. +##' default is NULL for unlimited number of commits. ##' @return list of commits in repository ##' @export ##' @examples diff --git a/R/credential.R b/R/credential.R index 5a6a7c0df..1dc56951a 100644 --- a/R/credential.R +++ b/R/credential.R @@ -61,7 +61,7 @@ cred_env <- function(username = NULL, password = NULL) { ##' \url{https://help.github.com/articles/creating-an-access-token-for-command-line-use/} ##' @family git credential functions ##' @param token The name of the environmental variable that holds the -##' personal access token for the authentication. Defualt is +##' personal access token for the authentication. Default is ##' \code{GITHUB_PAT}. ##' @return A list of class \code{cred_token} with entry: ##' \describe{ diff --git a/man/commits.Rd b/man/commits.Rd index 426273419..10714b469 100644 --- a/man/commits.Rd +++ b/man/commits.Rd @@ -22,7 +22,7 @@ topological sorting. Default is TRUE.} with topological and/or time sorting. Default is FALSE.} \item{n}{The upper limit of the number of commits to output. The -defualt is NULL for unlimited number of commits.} +default is NULL for unlimited number of commits.} } \value{ list of commits in repository diff --git a/man/cred_token.Rd b/man/cred_token.Rd index 105e29075..103e1a698 100644 --- a/man/cred_token.Rd +++ b/man/cred_token.Rd @@ -8,7 +8,7 @@ cred_token(token = "GITHUB_PAT") } \arguments{ \item{token}{The name of the environmental variable that holds the -personal access token for the authentication. Defualt is +personal access token for the authentication. Default is \code{GITHUB_PAT}.} } \value{