From c3bd9da355b91a240e1b5ac35c446142c91def38 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 17 Nov 2017 09:11:20 +0000 Subject: [PATCH 1/3] spelling: configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 957936b..fa95bd2 100644 --- a/README.md +++ b/README.md @@ -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 From fd2a7cb7a5dc93aaf54b34841786d4182f337bb8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 17 Nov 2017 09:23:49 +0000 Subject: [PATCH 2/3] spelling: nameserver --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9ddabb3..b0e6fd4 100644 --- a/index.php +++ b/index.php @@ -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', From ac5304badb2ed77642ff93e219cb7ebde895f435 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 19 Nov 2017 00:58:36 +0000 Subject: [PATCH 3/3] spelling: whether --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa95bd2..ec2d1cf 100644 --- a/README.md +++ b/README.md @@ -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 ====================