Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More spelling fixes from Debian's lintian #158

Merged
merged 1 commit into from
Dec 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gdnsd-plugin-extmon.podin
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ like anti-flap measures.

=item B<max_proc>

Interger, default 0 (unlimited).
Integer, default 0 (unlimited).

The maximum number of concurrent processes to spawn.

Expand Down
2 changes: 1 addition & 1 deletion docs/gdnsd-plugin-geoip.podin
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ are calculated without any knowledge of the resources that use them. If a
specific network or location maps to a list of datacenters which contains none
of the defined datacenters for a given resource, the results of runtime
queries for that resource from that location or network will be the empty set
(no answer records at all). This is virtually gauranteed to happen in "City
(no answer records at all). This is virtually guaranteed to happen in "City
Auto Mode" if the number of undefined datacenters in a resource is greater
than or equal to the map's C<auto_dc_limit>.

Expand Down
2 changes: 1 addition & 1 deletion src/ztree.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static void _ztree_update(ztree_t* root, zone_t* z_old, zone_t* z_new, const boo

if(z_new == new_list[0]) {
if(old_head)
log_info("Zone %s: source %s with serial %u loaded as authoritative (supercedes extant source %s with serial %u)", logf_dname(z_new->dname), z_new->src, z_new->serial, old_head->src, old_head->serial);
log_info("Zone %s: source %s with serial %u loaded as authoritative (supersedes extant source %s with serial %u)", logf_dname(z_new->dname), z_new->src, z_new->serial, old_head->src, old_head->serial);
else
log_info("Zone %s: source %s with serial %u loaded as authoritative", logf_dname(z_new->dname), z_new->src, z_new->serial);
}
Expand Down
2 changes: 1 addition & 1 deletion t/015zruntime/042multi.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _GDT->test_dns(
# insert 3rd variant of example.com as EXAMPLE.COM
_GDT->insert_altzone('example.com-3', '\069xample.com');
_GDT->send_sigusr1_unless_inotify();
_GDT->test_log_output('Zone example.com.: source rfc1035:\069xample.com with serial 3 loaded as authoritative (supercedes extant source rfc1035:example.com with serial 1)');
_GDT->test_log_output('Zone example.com.: source rfc1035:\069xample.com with serial 3 loaded as authoritative (supersedes extant source rfc1035:example.com with serial 1)');
_GDT->test_dns(
qname => 'ns1.example.com', qtype => 'A',
answer => 'ns1.example.com 86400 A 192.0.2.13',
Expand Down