← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~raoul-snyman/openlp/bug-1533246 into lp:openlp

 

Review: Needs Fixing

Starting on line 197, there is a repeated comment which says:

# WHEN: The even is handled

But should say 

# WHEN: The event is handled

Running this search and replace on the code should fix it if you use vim:

%s/ even / event /g

Alternatively, I'm sure you know how to use the search and replace in your favourite editor.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/bug-1533246/+merge/285122
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-1533246 into lp:openlp.


References