From 7c0d99aac9ac238f23a87c5847f38a080c48182a Mon Sep 17 00:00:00 2001 From: vrana Date: Wed, 12 Sep 2012 02:11:22 -0700 Subject: [PATCH] Fix typo in comment --- src/lint/linter/ArcanistXHPASTLinter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lint/linter/ArcanistXHPASTLinter.php b/src/lint/linter/ArcanistXHPASTLinter.php index b834abf6..aff6f290 100644 --- a/src/lint/linter/ArcanistXHPASTLinter.php +++ b/src/lint/linter/ArcanistXHPASTLinter.php @@ -1147,7 +1147,7 @@ final class ArcanistXHPASTLinter extends ArcanistLinter { } } - // This is a declration, exclude it from the "declare variables prior + // This is a declaration, exclude it from the "declare variables prior // to use" check below. unset($all[$var->getID()]);