From 57c1e0cc4e1e5e41eac4bda311b862d6c30dd7e0 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 7 Aug 2014 09:41:20 -0700 Subject: [PATCH] Correct typo: security.alter[n]ate-file-domain Summary: Minor correction to correct spelling of alternate (the 'n' was missing). Test Plan: reviewer to verify correct spelling Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10175 --- src/applications/phragment/controller/PhragmentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/phragment/controller/PhragmentController.php b/src/applications/phragment/controller/PhragmentController.php index 675a1c6722..25ebd6a5ae 100644 --- a/src/applications/phragment/controller/PhragmentController.php +++ b/src/applications/phragment/controller/PhragmentController.php @@ -210,7 +210,7 @@ abstract class PhragmentController extends PhabricatorController { ->appendChild(phutil_tag('p', array(), pht( 'Because Phragment generates files (such as ZIP archives and '. 'patches) as they are requested, it requires that you configure '. - 'the `security.alterate-file-domain` option. This option on it\'s '. + 'the `security.alternate-file-domain` option. This option on it\'s '. 'own will also provide additional security when serving files '. 'across Phabricator.'))); }