diff options
Diffstat (limited to 'tvix/store/src/proto.rs')
-rw-r--r-- | tvix/store/src/proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs index 40f1d1050c10..74563db3fb9a 100644 --- a/tvix/store/src/proto.rs +++ b/tvix/store/src/proto.rs @@ -20,7 +20,7 @@ pub enum ValidateDirectoryError { #[error("Invalid name in {0}")] InvalidName(String), /// Invalid digest length encountered - #[error("Ivalid Digest length: {0}")] + #[error("Invalid Digest length: {0}")] InvalidDigestLen(usize), } |