typo in TODO

This commit is contained in:
Carlos Alexandro Becker 2017-05-02 08:22:38 -03:00
parent 56bee78391
commit b2fb56746e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ func (z *zone) applyChangeset(c *resourceRecordChangeset) error {
}
k := keyForDNSRecord(&rrs.data)
// TOOD: Check existing? Probably not...
// TODO: Check existing? Probably not...
add[k] = rrs
}