jsontok: fixup spelling error in code comment

This commit is contained in:
lisa neigut
2019-05-21 16:48:30 -07:00
committed by Christian Decker
parent be502a095d
commit ccc54dd64d

View File

@@ -64,12 +64,12 @@ struct command_result *param_u64(struct command *cmd, const char *name,
const char *buffer, const jsmntok_t *tok, const char *buffer, const jsmntok_t *tok,
uint64_t **num); 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, struct command_result *param_msat(struct command *cmd, const char *name,
const char *buffer, const jsmntok_t *tok, const char *buffer, const jsmntok_t *tok,
struct amount_msat **msat); 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, struct command_result *param_sat(struct command *cmd, const char *name,
const char *buffer, const jsmntok_t *tok, const char *buffer, const jsmntok_t *tok,
struct amount_sat **sat); struct amount_sat **sat);