typo: information is an uncountable mass noun

See https://en.wikipedia.org/wiki/Information

In libplugin.c also the word "details" was added (without removing
the 'information').

Changelog-None
This commit is contained in:
Jan Sarenik 2021-03-14 08:50:40 +01:00 committed by Rusty Russell
parent da2ee188f3
commit 1b02d15695
5 changed files with 5 additions and 5 deletions

View File

@ -1422,7 +1422,7 @@ static void add_seed_addrs(struct wireaddr_internal **addrs,
&a.u.wireaddr));
tal_arr_expand(addrs, a);
}
/* Other seeds will likely have the same informations. */
/* Other seeds will likely have the same information. */
return;
} else
status_peer_debug(id, "Could not resolve %s", hostnames[i]);

View File

@ -39,7 +39,7 @@ You can use the `listfunds` command and take a ratio of `our_amount_msat` over
`amount_msat`. Note that this doesn't account for the [channel reserve](https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md#rationale).
A better option is to use the [`summary` plugin](https://github.com/lightningd/plugins/tree/master/summary)
which nicely displays channel balances, along with other useful channel informations.
which nicely displays channel balances, along with other useful channel information.
### My channel is in state `STATE`, what does that mean ?

View File

@ -492,7 +492,7 @@ void bitcoind_getchaininfo_(struct bitcoind *bitcoind,
/* `getutxout`
*
* Get informations about an UTXO. If the TXO is spent, the plugin will set
* Get information about an UTXO. If the TXO is spent, the plugin will set
* all fields to `null`.
* {
* "amount": <The output's amount in *sats*>,

View File

@ -932,7 +932,7 @@ static const struct plugin_command commands[] = {
{
"getutxout",
"bitcoin",
"Get informations about an output, identified by a {txid} an a {vout}",
"Get information about an output, identified by a {txid} an a {vout}",
"",
getutxout
},

View File

@ -60,7 +60,7 @@ struct plugin {
/* Synchronous RPC interaction */
struct rpc_conn *rpc_conn;
/* Plugin informations */
/* Plugin information details */
enum plugin_restartability restartability;
const struct plugin_command *commands;
size_t num_commands;