Fix a typo.

This commit is contained in:
Guus Sliepen 2013-08-02 23:51:55 +02:00
parent 76c90e1639
commit 81c7120320

View file

@ -881,7 +881,7 @@ int cmd_join(int argc, char *argv[]) {
return 1; return 1;
} }
// Check if the hash of the key he have us matches the hash in the URL. // Check if the hash of the key he gave us matches the hash in the URL.
char *fingerprint = line + 2; char *fingerprint = line + 2;
digest_t *digest = digest_open_by_name("sha256", 18); digest_t *digest = digest_open_by_name("sha256", 18);
if(!digest) if(!digest)