Skip to content

Commit c9146e9

Browse files
committed
codespell
1 parent 1905089 commit c9146e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multiprovider/downloader2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub trait BitfieldSubscription: std::fmt::Debug + Send + 'static {
8787
/// A boxed bitfield subscription
8888
pub type BoxedBitfieldSubscription = Box<dyn BitfieldSubscription>;
8989

90-
/// Knowlege about the size of a blob
90+
/// Knowledge about the size of a blob
9191
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9292
pub enum BaoBlobSizeOpt {
9393
/// We have a size that a peer told us about, but we don't know if it is correct
@@ -113,7 +113,7 @@ impl BaoBlobSizeOpt {
113113

114114
/// Update the size information
115115
///
116-
/// Unkown sizes are always updated
116+
/// Unknown sizes are always updated
117117
/// Unverified sizes are updated if the new size is verified
118118
/// Verified sizes must never change
119119
pub fn update(&mut self, size: BaoBlobSizeOpt) -> anyhow::Result<()> {

0 commit comments

Comments
 (0)