Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Onur Filiz committed Jul 14, 2017
1 parent 8e11a6c commit f736c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PrestoSession.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f736c68

Please sign in to comment.