about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/store/src/proto/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs
index 62741a3ad5..528d0fb061 100644
--- a/tvix/store/src/proto/mod.rs
+++ b/tvix/store/src/proto/mod.rs
@@ -53,7 +53,7 @@ pub enum ValidatePathInfoError {
     NoNodePresent(),
 
     /// Invalid node name encountered.
-    #[error("Failed to parse {0} as NixPath: {1}")]
+    #[error("Failed to parse {0} as StorePath: {1}")]
     InvalidNodeName(String, store_path::Error),
 
     /// The digest the (root) node refers to has invalid length.