From 81c71203201f6642a496f466660236efdd522ceb Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 2 Aug 2013 23:51:55 +0200 Subject: [PATCH] Fix a typo. --- src/invitation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1