From 44e7e5148b52bad7bd21e2382cd1c55f212ad66e Mon Sep 17 00:00:00 2001 From: tomocchino Date: Wed, 18 May 2011 13:50:32 -0700 Subject: [PATCH] Fix a misspelling in conf/default.conf.php Summary: That is all. Test Plan: Read it again. Reviewed By: epriestley Reviewers: epriestley CC: aran, epriestley Differential Revision: 308 --- conf/default.conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/default.conf.php b/conf/default.conf.php index ea0200e77f..bcbd48230c 100644 --- a/conf/default.conf.php +++ b/conf/default.conf.php @@ -300,7 +300,7 @@ return array( // has a mime type which does not appear in this list, it will always be // downloaded instead of displayed. This is a security consideration: if a // user uploads a file of type "text/html" and it is displayed as - // "text/html", they can eaily execute XSS attacks. This is also a usability + // "text/html", they can easily execute XSS attacks. This is also a usability // consideration, since browsers tend to freak out when viewing enormous // binary files. //