Skip to content

Commit 5852a96

Browse files
authored
Fix typo.
1 parent 4e9cead commit 5852a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ using (var client = new SshClient("sftp.foo.com", "guest", "pwd"))
9090
{
9191
client.HostKeyReceived += (sender, e) =>
9292
{
93-
if (expectedFingerPrint.Length != e.FingerPrint.Length)
93+
if (expectedFingerPrint.Length == e.FingerPrint.Length)
9494
{
9595
for (var i = 0; i < expectedFingerPrint.Length; i++)
9696
{

0 commit comments

Comments
 (0)