From 5de3be48deb20708c944365964ee58657ca7111b Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Tue, 24 Apr 2018 14:49:59 -0700 Subject: [PATCH] Fix typo --- src/Parse/HttpClients/ParseCurl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parse/HttpClients/ParseCurl.php b/src/Parse/HttpClients/ParseCurl.php index a9f1f5c5..17cf2fbc 100644 --- a/src/Parse/HttpClients/ParseCurl.php +++ b/src/Parse/HttpClients/ParseCurl.php @@ -81,7 +81,7 @@ public function setOptionsArray($options) /** * Gets info for this curl handle * - * @param int $info Constatnt for info to get + * @param int $info Constant for info to get * @return mixed * @throws ParseException */