From 96d093fb30b011ac3fb6330ad67277df26327c32 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 22 Jan 2018 21:58:50 +0100 Subject: [PATCH] Fix typos --- doc/lightning-delinvoice.7 | 2 +- doc/lightning-delinvoice.7.txt | 2 +- tests/test_lightningd.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lightning-delinvoice.7 b/doc/lightning-delinvoice.7 index 2cb2b232f..0833647ff 100644 --- a/doc/lightning-delinvoice.7 +++ b/doc/lightning-delinvoice.7 @@ -36,7 +36,7 @@ lightning-delinvoice \- Protocol for removing an invoice\&. .sp The \fBdelinvoice\fR RPC command removes an invoice with \fIstatus\fR as given in \fBlistinvoices\fR\&. .sp -The caller should be particularly aware of the error case caused by the \fIstatus\fR chaning just before this command is invoked! +The caller should be particularly aware of the error case caused by the \fIstatus\fR changing just before this command is invoked! .SH "RETURN VALUE" .sp On success, an invoice description will be returned as per lightning\-listinvoice(7)\&. diff --git a/doc/lightning-delinvoice.7.txt b/doc/lightning-delinvoice.7.txt index 670750c1b..ab93b2cbd 100644 --- a/doc/lightning-delinvoice.7.txt +++ b/doc/lightning-delinvoice.7.txt @@ -16,7 +16,7 @@ The *delinvoice* RPC command removes an invoice with 'status' as given in *listinvoices*. The caller should be particularly aware of the error case caused by -the 'status' chaning just before this command is invoked! +the 'status' changing just before this command is invoked! RETURN VALUE ------------ diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index 56ce7c6ba..13732f102 100644 --- a/tests/test_lightningd.py +++ b/tests/test_lightningd.py @@ -2880,7 +2880,7 @@ class LightningDTests(BaseLightningDTests): l3.daemon.wait_for_log('peer_in WIRE_UPDATE_FEE') l3.daemon.wait_for_log('peer_in WIRE_COMMITMENT_SIGNED') - # We need to wait untill both have committed and revoked the + # We need to wait until both have committed and revoked the # old state, otherwise we'll still try to commit with the old # 15sat/byte fee l1.daemon.wait_for_log('peer_out WIRE_REVOKE_AND_ACK')