From cef6ee647000924411a687a556b2301b75fa8e6e Mon Sep 17 00:00:00 2001 From: Jojoo Imbeah Date: Thu, 15 Mar 2018 11:06:48 +0100 Subject: [PATCH] Fix minor typo --- pkg/dumper/dumper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dumper/dumper.go b/pkg/dumper/dumper.go index 75a27f8..c9168ae 100644 --- a/pkg/dumper/dumper.go +++ b/pkg/dumper/dumper.go @@ -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