1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-22 20:51:09 +01:00

Fix typo in comment

This commit is contained in:
vrana 2012-10-09 16:39:48 -07:00
parent da74127fec
commit 35f20154ae

View file

@ -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.