Apply @cdecker typo suggestions from code review

Co-authored-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Rusty Russell
2020-08-28 10:09:09 +09:30
parent e065cd6be4
commit 3ae4ce736d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ struct route {
struct gossmap_chan *c;
};
/* Can c carrt amount in dir? */
/* Can c carry amount in dir? */
bool route_can_carry(const struct gossmap *map,
const struct gossmap_chan *c,
int dir,