From 895722fd8aae18f041bc9df123c759990f39b633 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Wed, 28 Oct 2020 09:54:57 +0100 Subject: [PATCH] nit: lightningd.c: fix "Richard Stevens' advice" See https://github.com/rustyrussell/ccan/pull/88 Changelog-None --- lightningd/lightningd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/lightningd.c b/lightningd/lightningd.c index 68e142419..8de0457ee 100644 --- a/lightningd/lightningd.c +++ b/lightningd/lightningd.c @@ -599,7 +599,7 @@ static void init_txfilter(struct wallet *w, struct txfilter *filter) * * But we define every path relative to our (~/.lightning) data dir, so we * make sure we stay there. The rest of this is taken from ccan/daemonize, - * which was based on W. Richard Steven's advice in Programming in The Unix + * which was based on W. Richard Stevens' advice in Programming in The Unix * Environment. */ static void complete_daemonize(struct lightningd *ld)