Fix typo in comment

This commit is contained in:
Nick Mathewson 2022-08-11 10:27:01 +00:00 committed by Ian Jackson
parent c97ea4fce0
commit d44c860355
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct Inner<C: AbstractChannel> {
/// Dormancy
///
/// The last dormancy infomration we have been told about and passed on to our channels.
/// The last dormancy information we have been told about and passed on to our channels.
/// Updated via `ChanMgr::set_dormancy` and hence `ChannelMap::reconfigure_general`,
/// which then uses it to calculate how to reconfigure the channels.
dormancy: Dormancy,