Fix typos

Change-Id: I9f81608fa5cb26ba8396796541872e06bdd07dd4
diff --git a/R/KorAPConnection.R b/R/KorAPConnection.R
index c810492..b5ee9c3 100644
--- a/R/KorAPConnection.R
+++ b/R/KorAPConnection.R
@@ -21,7 +21,7 @@
 #' @slot oauthClient     OAuth2 client object.
 #' @slot oauthScope      OAuth2 scope.
 #' @slot userAgent       user agent string used for connection the API.
-#' @slot timeout         tineout in seconds for API requests (this does not influence server internal timeouts)
+#' @slot timeout         timeout in seconds for API requests (this does not influence server internal timeouts)
 #' @slot verbose         logical that decides whether operations will default to be verbose.
 #' @slot cache           logical that decides if API calls are cached locally.
 #' @slot welcome         list containing HTTP response received from KorAP server welcome function.
diff --git a/man/KorAPConnection-class.Rd b/man/KorAPConnection-class.Rd
index 55b88cd..d8573f8 100644
--- a/man/KorAPConnection-class.Rd
+++ b/man/KorAPConnection-class.Rd
@@ -136,7 +136,7 @@
 
 \item{\code{userAgent}}{user agent string used for connection the API.}
 
-\item{\code{timeout}}{tineout in seconds for API requests (this does not influence server internal timeouts)}
+\item{\code{timeout}}{timeout in seconds for API requests (this does not influence server internal timeouts)}
 
 \item{\code{verbose}}{logical that decides whether operations will default to be verbose.}