From ccc54dd64d75258c52d8705360df1d967c6a238c Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Tue, 21 May 2019 16:48:30 -0700 Subject: [PATCH] jsontok: fixup spelling error in code comment --- common/json_tok.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/json_tok.h b/common/json_tok.h index 8284c915f..b89a81595 100644 --- a/common/json_tok.h +++ b/common/json_tok.h @@ -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);