mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 13:37:41 +03:00
Rename 'delivery' step to 'deliver'
It was (incorrectly) named 'deliver' in documentation but 'delivery' in code.
This commit is contained in:
parent
63d0ab4eef
commit
5b4df6e9ee
3 changed files with 14 additions and 14 deletions
|
@ -85,7 +85,7 @@ func deliveryTarget(modName string) (module.DeliveryTarget, error) {
|
|||
return target, nil
|
||||
}
|
||||
|
||||
func deliveryDirective(m *config.Map, node *config.Node) (interface{}, error) {
|
||||
func deliverDirective(m *config.Map, node *config.Node) (interface{}, error) {
|
||||
if len(node.Args) != 1 {
|
||||
return nil, m.MatchErr("expected 1 argument")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue