From 6daa770b0e48fbae314e36757d1c80f561b5036c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 29 Jan 2018 14:35:01 +1030 Subject: [PATCH] Minor whitespace/comment spelling fixes. Signed-off-by: Rusty Russell --- gossipd/gossip.c | 2 +- lightningd/peer_control.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gossipd/gossip.c b/gossipd/gossip.c index 119f471ca..c4d9c58eb 100644 --- a/gossipd/gossip.c +++ b/gossipd/gossip.c @@ -104,7 +104,7 @@ struct reaching { /* How many times have we attempted to connect? */ u32 attempts; - /* How many timest to attempt */ + /* How many times to attempt */ u32 max_attempts; /* Timestamp of the first attempt */ diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index 909af6838..7cd90e090 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -639,8 +639,6 @@ void peer_connection_failed(struct lightningd *ld, const u8 *msg) } } - - void peer_sent_nongossip(struct lightningd *ld, const struct pubkey *id, const struct wireaddr *addr,