From 3d32b596de2b4e82c1e44d9812ece9c3b9d2d41c Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Wed, 26 Feb 2020 21:47:39 +0900 Subject: [PATCH] Fix a typo. --- src/isobmff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isobmff.rs b/src/isobmff.rs index 75be945..876bea4 100644 --- a/src/isobmff.rs +++ b/src/isobmff.rs @@ -247,7 +247,7 @@ impl Parser where R: io::BufRead + io::Seek { } }, 2 => return Err(Error::NotSupported( - "Construction by item offset is supported")), + "Construction by item offset is not supported")), _ => return Err("Invalid construction_method".into()), } Ok(buf)