X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finvitation.c;h=f1cde581584ea80227f3212a3edad251997fae0b;hb=b180c1af99c559809d0e7b23fce3022817ec56a9;hp=2dccd8fb9a1994706f0c8dfa7ba2b1fd60e07136;hpb=a38e0d621397d6d69c939ccc287d5a803b668195;p=tinc diff --git a/src/invitation.c b/src/invitation.c index 2dccd8fb..f1cde581 100644 --- a/src/invitation.c +++ b/src/invitation.c @@ -881,7 +881,7 @@ int cmd_join(int argc, char *argv[]) { 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; digest_t *digest = digest_open_by_name("sha256", 18); if(!digest)