Skip to content

Commit

Permalink
Fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jprenken committed May 25, 2024
1 parent f06bd14 commit bffdf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spf-flatten/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func main() {
slog.Info("SPF record is unchanged")
return
}
slog.Warn("Flattened SPF record differs from intiail SPF record", "removed_from_initial", inCurrent, "added_in_flattened", inFlat)
slog.Warn("Flattened SPF record differs from initial SPF record", "removed_from_initial", inCurrent, "added_in_flattened", inFlat)
}
if inputs.dryrun {
slog.Info("Dryrun complete")
Expand Down

0 comments on commit bffdf22

Please sign in to comment.