Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmanton committed Jul 1, 2015
1 parent 8daa0ef commit 4246cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/reg_repos.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' on your hard drive that will be used for one session to the next. See
#' examples and \code{\link{local_reg_dir_for_url}}.
#'
#' @param url Location of one or more remote git repository. Can accept partial
#' github specifications of the form "<user>/<repo>".
#' @param url Location of one or more remote git repositories. Can accept
#' partial github specifications of the form "<user>/<repo>".
#' @param localdir Full path to local checkout location of git repository. When
#' \code{localdir=NULL}, the default, a sensible location is chosen using the
#' rappdirs function.
Expand Down
4 changes: 2 additions & 2 deletions man/download_reg_repo.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
download_reg_repo(url, localdir = NULL, ...)
}
\arguments{
\item{url}{Location of one or more remote git repository. Can accept partial
github specifications of the form "<user>/<repo>".}
\item{url}{Location of one or more remote git repositories. Can accept
partial github specifications of the form "<user>/<repo>".}

\item{localdir}{Full path to local checkout location of git repository. When
\code{localdir=NULL}, the default, a sensible location is chosen using the
Expand Down

0 comments on commit 4246cd5

Please sign in to comment.