From c032094128aaba30177810f574c8d364718283b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=8B=87?= <412039588@qq.com> Date: Mon, 13 Nov 2017 18:09:22 +0800 Subject: [PATCH] Fixing typo. --- src/Intervention/Image/AbstractDecoder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Intervention/Image/AbstractDecoder.php b/src/Intervention/Image/AbstractDecoder.php index a717db9ff..54e1ee9d7 100644 --- a/src/Intervention/Image/AbstractDecoder.php +++ b/src/Intervention/Image/AbstractDecoder.php @@ -57,7 +57,7 @@ public function __construct($data = null) } /** - * Init from fiven URL + * Init from given URL * * @param string $url * @return \Intervention\Image\Image