aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-03-10 11:43:31 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-03-10 11:43:31 +0100
commit377400a10afc6ec2c545bcd1a8293895fd6c4a5f (patch)
tree0bd3927255a680335a8ded2020a5275c70fb8aae
parentbc3565c024dc4e18b0cc5bf74a5fbb95bb37414a (diff)
downloadnihav-377400a10afc6ec2c545bcd1a8293895fd6c4a5f.tar.gz
typo fix
-rw-r--r--nihav-core/src/codecs/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-core/src/codecs/mod.rs b/nihav-core/src/codecs/mod.rs
index 9aced07..3418944 100644
--- a/nihav-core/src/codecs/mod.rs
+++ b/nihav-core/src/codecs/mod.rs
@@ -89,7 +89,7 @@ pub trait NADecoder {
fn flush(&mut self);
}
-/// Decoder information using during creating a decoder for requested codec.
+/// Decoder information used during creating a decoder for requested codec.
#[derive(Clone,Copy)]
pub struct DecoderInfo {
/// Short decoder name.