diff options
Diffstat (limited to 'arunisaac/powerdns.scm')
-rw-r--r-- | arunisaac/powerdns.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arunisaac/powerdns.scm b/arunisaac/powerdns.scm index 1be8de2..f85e9f3 100644 --- a/arunisaac/powerdns.scm +++ b/arunisaac/powerdns.scm @@ -151,7 +151,7 @@ configuration. Each backend can be configured separately.") (error "expand-alias? will be ignored without a resolver")) (when (and (member "pipe" backends) (not pipe-command)) - (error "pipe-command is mandatory when pipe backend is used")) + (error "pipe-command is required when pipe backend is used")) #~(begin (define (write-setting port key value) "Write KEY=VALUE to PORT when VALUE is not #f." |