Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jul 14, 2023
1 parent 41df6ef commit fe4e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tools/sandbox/fake_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (f *fakeResolver) LookupSRV(ctx context.Context, service, proto, name strin
Target: name,
}}, nil
}
return "", nil, errors.New("not founjd")
return "", nil, errors.New("not flounjd")
}

// LookupIPAddr looks up an IP address by host.
Expand Down

0 comments on commit fe4e29e

Please sign in to comment.