We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2d673 commit 3671366Copy full SHA for 3671366
specs/spec_reader.go
@@ -63,7 +63,7 @@ func (s *SpecReader) GetSourceByName(name string) *Source {
63
return nil
64
}
65
66
-func (s *SpecReader) GetDestinatinoByName(name string) *Destination {
+func (s *SpecReader) GetDestinationByName(name string) *Destination {
67
for _, spec := range s.destinations {
68
if spec.Name == name {
69
return &spec
0 commit comments