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

@@ -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
},