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

Commit

Permalink
Merge pull request #72 from spiros/patch-1
Browse files Browse the repository at this point in the history
Typo.
  • Loading branch information
sinanshi authored Jul 19, 2016
2 parents fd97c6c + 92d1e32 commit e33706a
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 e33706a

Please sign in to comment.