From e97a429e73c8bce41a88527fdebce4f1373152a6 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 29 Dec 2022 21:13:46 +0100 Subject: fix(tvix/store): fix typo Change-Id: I351a2bd4e007443aef1b97f50aecffc095ac60b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7681 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: jrhahn Reviewed-by: tazjin --- tvix/store/src/proto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix') diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs index 40f1d1050c..74563db3fb 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), } -- cgit 1.4.1