fix(tvix/store): fix typo
Change-Id: I351a2bd4e007443aef1b97f50aecffc095ac60b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7681 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: jrhahn <mail.jhahn@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
		
							parent
							
								
									d62c7ddfda
								
							
						
					
					
						commit
						e97a429e73
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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), | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue