From 35f20154ae2e9a1efc7b5e978b2b90a66a5794c1 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 9 Oct 2012 16:39:48 -0700 Subject: [PATCH] Fix typo in comment --- src/parser/ArcanistBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/ArcanistBundle.php b/src/parser/ArcanistBundle.php index 9bc003b3..4589cdfa 100644 --- a/src/parser/ArcanistBundle.php +++ b/src/parser/ArcanistBundle.php @@ -281,7 +281,7 @@ final class ArcanistBundle { // see T419. // Basically, MULTICOPY means there are 2 or more corresponding COPY_HERE - // changes, so find one of them arbitrariy and turn it into a MOVE_HERE. + // changes, so find one of them arbitrarily and turn it into a MOVE_HERE. // TODO: We might be able to do this more cleanly after T230 is resolved.