Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiros authored Jul 18, 2016
1 parent fd97c6c commit 92d1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/allPatientsInfo.r
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allPatientsInfo <- function(record, item) {
sapply(record@patients, function(x) {
ifelse(is.null(slot(x, item)),
stop("slot ", item,
"cannot be found. Most porbably caused by missing patient"),
"cannot be found. Most probably caused by missing patient"),
slot(x, item))
})
}

0 comments on commit 92d1e32

Please sign in to comment.