Skip to content

Commit

Permalink
Corrects a typo in a comment (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaunov committed Sep 27, 2022
1 parent 7ba177e commit b8967df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctr/src/ctr_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use core::fmt;
#[cfg(feature = "zeroize")]
use cipher::zeroize::ZeroizeOnDrop;

/// Generic CTR block mode isntance.
/// Generic CTR block mode instance.
#[derive(Clone)]
pub struct CtrCore<C, F>
where
Expand Down

0 comments on commit b8967df

Please sign in to comment.