Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed Aug 25, 2023
1 parent fb7ea14 commit 14a64cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduit/plugins/exporters/filewriter/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func ParseFilenamePattern(pattern string) (EncodingFormat, bool, error) {
return blockFormat, gzip, nil
}

// EncodeToFile enocods an object to a file using a given format and possible gzip compression.
// EncodeToFile encodes an object to a file using a given format and possible gzip compression.
func EncodeToFile(filename string, v interface{}, format EncodingFormat, isGzip bool) error {
file, err := os.Create(filename)
if err != nil {
Expand Down

0 comments on commit 14a64cd

Please sign in to comment.