From 032e0998dc98048cda7ff153a29183b5ac79a6f7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 12 Nov 2018 07:17:52 +0700 Subject: [PATCH] Typo fix: donload -> download --- system/HTTP/DownloadResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/HTTP/DownloadResponse.php b/system/HTTP/DownloadResponse.php index 42ff2b555c23..90acfea5035b 100644 --- a/system/HTTP/DownloadResponse.php +++ b/system/HTTP/DownloadResponse.php @@ -412,7 +412,7 @@ public function sendHeaders() } /** - * output donload file text. + * output download file text. * * @throws DownloadException *