Merge pull request #159 from jsoref/spelling

Spelling
This commit is contained in:
Tuxis Internet Engineering V.O.F 2017-11-20 10:35:50 +01:00 committed by GitHub
commit 877d433b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Features
User support
============
Multiple users are supported. A user can be an admin or a normal user. You can
configure wheter or not a normal user is allowed to add new zones.
configure whether or not a normal user is allowed to add new zones.
WeFact Login support
====================
@ -64,7 +64,7 @@ Other methods of installation (Unsupported)
Configuring PowerDNS
====================
Minimal cofiguration of PowerDNS for supporting nsedit has to include 3 directives:
Minimal configuration of PowerDNS for supporting nsedit has to include 3 directives:
```
webserver=yes
api=yes

View file

@ -857,7 +857,7 @@ $(document).ready(function () {
type: 'checkbox',
values: {'0': 'No', '1': 'Yes'},
defaultValue: 1,
inputClass: 'overwrite_namerserver'
inputClass: 'overwrite_nameserver'
},
nameserver: {
title: 'Nameservers',