From 6c0d09ee011f7b9ee330f95f9d8fe5f286326024 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 12 Aug 2008 15:54:55 +0000 Subject: [PATCH] fixed comment typo --- pluginfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginfile.php b/pluginfile.php index 21962a55d5..41a74fc2c2 100644 --- a/pluginfile.php +++ b/pluginfile.php @@ -75,7 +75,7 @@ not_found(); } - send_stored_file($file, 10*60, 0, true); // downlaod MUST be forced - security! + send_stored_file($file, 10*60, 0, true); // download MUST be forced - security! } else { not_found(); -- 2.39.5