Skip to content

Commit

Permalink
repair several spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlincoln committed Jun 19, 2017
1 parent fbeee10 commit 04029e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/clipboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ read_clip <- function() {
#' @param content An object to be written to the system clipboard.
#' @param object_type write_clip() tries to be smart about writing objects in a
#' useful manner. If passed a data.frame or matrix, it will format it using
#' \code{\link{write.table}} for pasting into an external spreasheet program.
#' \code{\link{write.table}} for pasting into an external spreadsheet program.
#' It will otherwise coerce the object to a character vector. \code{auto} will
#' check the object type, otherwise \code{table} or \code{character} can be
#' explicitly specified.
Expand Down
2 changes: 1 addition & 1 deletion R/clipr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' clipboard. \code{\link{read_clip_tbl}} will attempt to process the clipboard
#' content like a table copied from a spreadsheet program.
#'
#' \code{\link{clipr_available}} is useful when buildling packages that
#' \code{\link{clipr_available}} is useful when building packages that
#' depend on \link{clipr} functionality.
#'
#' @docType package
Expand Down
2 changes: 1 addition & 1 deletion R/sys_type.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sys_type <- function() {

#' Is the system clipboard available?
#'
#' Checks to see if the system clipboard is writeable/readable. This may be
#' Checks to see if the system clipboard is write-able/read-able. This may be
#' useful if you are developing a package that relies on \link{clipr} and need
#' to ensure that it will skip tests on machines (e.g. CRAN, Travis) where
#' the system clipboard may not be available.
Expand Down
2 changes: 1 addition & 1 deletion man/clipr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/clipr_available.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/write_clip.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04029e7

Please sign in to comment.