Skip to content

Commit

Permalink
Merge pull request #2476 from caarlos0/todo-typo
Browse files Browse the repository at this point in the history
typo in TODO
  • Loading branch information
justinsb authored May 2, 2017
2 parents 56bee78 + b2fb567 commit fc6587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokube/pkg/gossip/dns/provider/zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit fc6587e

Please sign in to comment.