From 92d1e32708abc006b00948f3329bce6d80a9e380 Mon Sep 17 00:00:00 2001 From: Spiros Denaxas Date: Mon, 18 Jul 2016 15:03:04 +0100 Subject: [PATCH] Typo. --- R/allPatientsInfo.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/allPatientsInfo.r b/R/allPatientsInfo.r index cbfd8d9..59679a8 100644 --- a/R/allPatientsInfo.r +++ b/R/allPatientsInfo.r @@ -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)) }) }