Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Apr 14, 2014
1 parent 33f621a commit 010f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cram-md5.c
Expand Up @@ -142,7 +142,7 @@ bool cram_md5_respond(BSOCK *bs, const char *password, int *tls_remote_need, boo
}
Dmsg1(99, "sending resp to challenge: %s\n", bs->msg);
if (bs->wait_data(180) <= 0 || bs->recv() <= 0) {
Dmsg1(dbglvl, "Receive chanllenge response failed. ERR=%s\n", bs->bstrerror());
Dmsg1(dbglvl, "Receive challenge response failed. ERR=%s\n", bs->bstrerror());
bmicrosleep(5, 0);
return false;
}
Expand Down

0 comments on commit 010f7dd

Please sign in to comment.