From f736c68ef03e056c9a698f02fa52997273b865c5 Mon Sep 17 00:00:00 2001 From: Ismail Onur Filiz Date: Fri, 14 Jul 2017 03:52:13 -0700 Subject: [PATCH] fix typo --- R/PrestoSession.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/PrestoSession.R b/R/PrestoSession.R index d02cc51..bea2963 100644 --- a/R/PrestoSession.R +++ b/R/PrestoSession.R @@ -10,7 +10,7 @@ NULL #' Internal implementation detail class needed for its side-effects. #' When SET/RESET SESSION queries are called, session parameters need to be -#' mantained by the client and requires an in-place update. +#' maintained by the client and requires an in-place update. PrestoSession <- setRefClass('PrestoSession', fields=c( '.parameters'='list'