Skip to content

Commit

Permalink
Fixed typo ouwerker -> ouwerkerk
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 2, 2014
1 parent 2ec0402 commit 0048f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugin/ouwerkerk.rb
Expand Up @@ -12,7 +12,7 @@
module ODDB
Spreadsheet.client_encoding = 'UTF-8'
class OuwerkerkPlugin < Plugin
RECIPIENTS = [ 'ouwerker' ]
RECIPIENTS = [ 'ouwerkerk' ]
NUMERIC_FLAGS = {
:new => 1,
:sl_entry_delete => 2,
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/swissmedicjournal.rb
Expand Up @@ -8,7 +8,7 @@

module ODDB
class SwissmedicJournalPlugin < Plugin
RECIPIENTS = [ 'ouwerker' ]
RECIPIENTS = [ 'ouwerkerk' ]
def report
atcless = @app.atcless_sequences.collect { |sequence|
resolve_link(sequence.pointer)
Expand Down
4 changes: 2 additions & 2 deletions test/data/oddb_mailing_test.yml
Expand Up @@ -23,7 +23,7 @@ mailling_list_ids:
- oddb_dat
- oddb_dat_extended
- oddb_xls
- ouwerker # src/plugin/swissmedicjournal.rb and src/plugin/ouwerkerk.rb
- ouwerkerk # src/plugin/swissmedicjournal.rb and src/plugin/ouwerkerkk.rb
- password_lost
- test

Expand All @@ -42,7 +42,7 @@ mail_recipients:
- oddb_dat
- oddb_dat_extended
- oddb_xls
- ouwerker
- ouwerkerk
- password_lost
- test

Expand Down

0 comments on commit 0048f01

Please sign in to comment.