Skip to content

Commit 1ce5c8e

Browse files
committed
f s/evening/eventing/
1 parent b10a7fe commit 1ce5c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-liquidity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from the incoming payment, i.e., no funds are required client-side to initiate t
1212

1313
To get started, you'll want to setup a `LiquidityManager` and configure it to be the `CustomMessageHandler` of your LDK node. You can then call `LiquidityManager::lsps1_client_handler` / `LiquidityManager::lsps2_client_handler`, or `LiquidityManager::lsps2_service_handler`, to access the respective client-side or service-side handlers.
1414

15-
`LiquidityManager` uses an evening system to notify the user about important updates to the protocol flow. To this end, you will need to handle events emitted via one of the event handling methods provided by `LiquidityManager`, e.g., `LiquidityManager::next_event`.
15+
`LiquidityManager` uses an eventing system to notify the user about important updates to the protocol flow. To this end, you will need to handle events emitted via one of the event handling methods provided by `LiquidityManager`, e.g., `LiquidityManager::next_event`.
1616

1717
[LSP specifications]: https://github.com/BitcoinAndLightningLayerSpecs/lsp
1818
[LSPS0]: https://github.com/BitcoinAndLightningLayerSpecs/lsp/tree/main/LSPS0

lightning-liquidity/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! [`LiquidityManager::lsps2_service_handler`], to access the respective client-side or
2525
//! service-side handlers.
2626
//!
27-
//! [`LiquidityManager`] uses an evening system to notify the user about important updates to the
27+
//! [`LiquidityManager`] uses an eventing system to notify the user about important updates to the
2828
//! protocol flow. To this end, you will need to handle events emitted via one of the event
2929
//! handling methods provided by [`LiquidityManager`], e.g., [`LiquidityManager::next_event`].
3030
//!

0 commit comments

Comments
 (0)