1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
This commit is contained in:
Marc Khouzam 2013-01-04 09:18:46 -05:00
parent 2ea99a91b0
commit 8ebad61314

View file

@ -381,7 +381,7 @@ abstract public class Sequence extends DsfRunnable implements Future<Object> {
}
/*
* If sequence was cencelled during last step (or before the sequence
* If sequence was cancelled during last step (or before the sequence
* was ever executed), start rolling back the execution.
*/
if (isCancelled()) {