Fix typos

Thanks to spell_check!

Change-Id: I354b9d1a6658ed0457d3c9df64cf0df74bb92d82
diff --git a/R/KorAPConnection.R b/R/KorAPConnection.R
index 13a3b39..be1853a 100644
--- a/R/KorAPConnection.R
+++ b/R/KorAPConnection.R
@@ -19,7 +19,7 @@
 #' @param apiVersion which version of KorAP's API you want to connect to.
 #' @param apiUrl URL of the KorAP web service.
 #' @param accessToken OAuth2 access token. To use authorization based on an access token
-#'   in subsequent queries, intialize your KorAP connection with
+#'   in subsequent queries, initialize your KorAP connection with
 #'   \code{kco <- new("KorAPConnection", accessToken="<access token>")}.
 #'   In order to make the API
 #'   token persistent for the currently used \code{KorAPUrl} (you can have one