mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Rusty Russell
parent
da2ee188f3
commit
1b02d15695
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user