Skip to content

Commit 3a7fd7d

Browse files
committed
Fix misspelling
1 parent 7736d29 commit 3a7fd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/ns1/ns1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func normalizeOverrides(m map[string]string) map[string]string {
327327
vv := strings.ToLower(strings.TrimSpace(v))
328328

329329
if kk == "" || vv == "" {
330-
log.Debugf("Encounted empty string for zone handle override: key=%s, value=%s", kk, vv)
330+
log.Debugf("Encountered empty string for zone handle override: key=%s, value=%s", kk, vv)
331331
continue
332332
}
333333

0 commit comments

Comments
 (0)