Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mereba committed Mar 15, 2018
1 parent 94a21b2 commit cef6ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dumper/dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type (
NewConnection(ConnOpts, reader.Reader) (Dumper, error)
}

// A Dumper writes a database's stucture to the provided stream.
// A Dumper writes a database's structure to the provided stream.
Dumper interface {
// Dump executes the dump process.
Dump(chan<- struct{}, *config.Spec, int) error
Expand Down

0 comments on commit cef6ee6

Please sign in to comment.