Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy authored and vincenzopalazzo committed Apr 1, 2024
1 parent a9f76c7 commit bd12b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccan/ccan/crypto/siphash24/siphash24.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void siphash24_init(struct siphash24_ctx *ctx, const struct siphash_seed *seed);
* SIPHASH24_INIT - initializer for an SIPHASH24 context.
* @seed1, @seed2: two 64-bit words for seed.
*
* This can be used to staticly initialize an SIPHASH24 context (instead
* This can be used to statically initialize an SIPHASH24 context (instead
* of siphash24_init()).
*
* Example:
Expand Down
2 changes: 1 addition & 1 deletion channeld/channeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -4020,7 +4020,7 @@ static void splice_initiator_user_update(struct peer *peer, const u8 *inmsg)
}

/* This occurs when the user has signed the final version of the PSBT. At this
* point we do a commitment transaciton round with our peer via
* point we do a commitment transaction round with our peer via
* `interactive_send_commitments`.
*
* Then we finalize the PSBT some more and sign away our funding output,
Expand Down

0 comments on commit bd12b00

Please sign in to comment.