From 3d2aa0f66f826f47d5373991e36b10799200decb Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Mon, 18 Sep 2017 18:12:05 +0200 Subject: [PATCH] Update comment for new terminology. --- AutoTx/AutoTx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs index 8d9d80e..5dd7a99 100644 --- a/AutoTx/AutoTx.cs +++ b/AutoTx/AutoTx.cs @@ -586,7 +586,7 @@ namespace AutoTx // next check if there is a transfer that has to be resumed: CheckTransfersToResume(); - // check if any of the above calls changed the copystate: + // check if any of the above calls changed the transfer state: if (_transferState != TxState.Stopped) return; -- GitLab