Skip to content

Commit

Permalink
Merge pull request #7 from martin-helmich/bugfix/fix-notifed-typo
Browse files Browse the repository at this point in the history
Fix typo: "notifed" -> "notified"
  • Loading branch information
martin-helmich authored Jan 7, 2020
2 parents 3d95df0 + 427f817 commit 1877540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/zones/types_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Zone struct {
Kind ZoneKind `json:"kind,omitempty"`
ResourceRecordSets []ResourceRecordSet `json:"rrsets,omitempty"`
Serial int `json:"serial,omitempty"`
NotifiedSerial int `json:"notifed_serial,omitempty"`
NotifiedSerial int `json:"notified_serial,omitempty"`
Masters []string `json:"masters,omitempty"`
DNSSec bool `json:"dnssec,omitempty"`
NSec3Param string `json:"nsec3param,omitempty"`
Expand Down

0 comments on commit 1877540

Please sign in to comment.