stupid typo

This commit is contained in:
Joey Hess 2012-08-29 15:32:57 -04:00
parent aeffc5fa70
commit 476d36ed16

View file

@ -64,7 +64,7 @@ readLcDirection _ = Nothing
equivilantTransfer :: Transfer -> Transfer -> Bool
equivilantTransfer t1 t2
| transferDirection t1 == Download && transferDirection t2 == Download &&
transferUUID t1 == transferUUID t2 = True
transferKey t1 == transferKey t2 = True
| otherwise = t1 == t2
percentComplete :: Transfer -> TransferInfo -> Maybe Percentage