Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
derbronko authored Jun 2, 2020
1 parent e24fc8b commit 08f5dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListsConfigParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getLists() {
return array_keys($this->_config);
}

public funtion isMember($listAdresses, $senderAddress)
public function isMember($listAdresses, $senderAddress)
{
return in_array($listAdresses, $senderAddress)
}
Expand Down

0 comments on commit 08f5dfc

Please sign in to comment.