Fix typo
This commit is contained in:
		
							parent
							
								
									d6064dd19b
								
							
						
					
					
						commit
						63145be2a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -923,7 +923,7 @@ void LocalStore::addToStore(const ValidPathInfo & info, const ref<std::string> & | |||
|             info.path, info.narHash.to_string(), h.to_string()); | ||||
| 
 | ||||
|     if (nar->size() != info.narSize) | ||||
|         throw Error("szie mismatch importing path ‘%s’; expected %s, got %s", | ||||
|         throw Error("size mismatch importing path ‘%s’; expected %s, got %s", | ||||
|             info.path, info.narSize, nar->size()); | ||||
| 
 | ||||
|     if (requireSigs && !dontCheckSigs && !info.checkSignatures(*this, publicKeys)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue