Fix ambigous typos

This commit is contained in:
Yaroslav Halchenko 2023-03-13 18:55:18 -04:00 committed by Joey Hess
parent 1f124103dc
commit e018ae1125
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 12 additions and 12 deletions

View file

@ -48,7 +48,7 @@ start o = starting "forget" ai si $ do
perform :: Transitions -> Bool -> CommandPerform
perform ts True = do
recordTransitions (Branch.change (Branch.RegardingUUID [])) ts
-- get branch committed before contining with the transition
-- get branch committed before continuing with the transition
_ <- Branch.update
void $ Branch.performTransitions ts True []
next $ return True