about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice/nix_http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/pathinfoservice/nix_http.rs')
-rw-r--r--tvix/store/src/pathinfoservice/nix_http.rs2
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 234340592e..581eb7ca7a 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,