diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/store/src/pathinfoservice/nix_http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/pathinfoservice/nix_http.rs b/tvix/store/src/pathinfoservice/nix_http.rs index 234340592e89..581eb7ca7af8 100644 --- a/tvix/store/src/pathinfoservice/nix_http.rs +++ b/tvix/store/src/pathinfoservice/nix_http.rs @@ -221,7 +221,7 @@ where warn!( narinfo.nar_size = narinfo.nar_size, http.nar_size = nar_size, - "NARSize mismatch" + "NarSize mismatch" ); Err(io::Error::new( io::ErrorKind::InvalidData, |