mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
jsontok: fixup spelling error in code comment
This commit is contained in:
committed by
Christian Decker
parent
be502a095d
commit
ccc54dd64d
@@ -64,12 +64,12 @@ struct command_result *param_u64(struct command *cmd, const char *name,
|
||||
const char *buffer, const jsmntok_t *tok,
|
||||
uint64_t **num);
|
||||
|
||||
/* Extra msatoshi amount from this string */
|
||||
/* Extract msatoshi amount from this string */
|
||||
struct command_result *param_msat(struct command *cmd, const char *name,
|
||||
const char *buffer, const jsmntok_t *tok,
|
||||
struct amount_msat **msat);
|
||||
|
||||
/* Extra satoshi amount from this string */
|
||||
/* Extract satoshi amount from this string */
|
||||
struct command_result *param_sat(struct command *cmd, const char *name,
|
||||
const char *buffer, const jsmntok_t *tok,
|
||||
struct amount_sat **sat);
|
||||
|
||||
Reference in New Issue
Block a user