Skip to content

Commit

Permalink
corrected very small spelling mistake (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfischetti authored and hadley committed Jun 4, 2017
1 parent b064c4b commit d79a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/select-vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ match_var <- function(chr, table) {
pos <- match(chr, table)
if (any(are_na(pos))) {
chr <- glue::collapse(chr[are_na(pos)], ", ")
abort(glue("Strings must match column names. Unkown columns: {chr}"))
abort(glue("Strings must match column names. Unknown columns: {chr}"))
}
pos
}
Expand Down

0 comments on commit d79a286

Please sign in to comment.