From 7f89ce43ccee86fc088281a0b082a4396efbf24d Mon Sep 17 00:00:00 2001 From: neil saitug Date: Fri, 1 Mar 2019 22:18:40 +0000 Subject: [PATCH] Update wallet/db.h Co-Authored-By: rustyrussell --- wallet/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/db.h b/wallet/db.h index 82f1e76aa..7e513aec9 100644 --- a/wallet/db.h +++ b/wallet/db.h @@ -31,7 +31,7 @@ struct db { * * Params: * @ctx: the tal_t context to allocate from - * @ld: the lightningd context to hand to ugprade functions. + * @ld: the lightningd context to hand to upgrade functions. * @log: where to log messages to */ struct db *db_setup(const tal_t *ctx, struct lightningd *ld, struct log *log);