mixnode: typo fix in comments

This commit is contained in:
Dave Hrycyszyn
2020-01-24 14:54:27 +00:00
parent ef20979753
commit 6fb991a1b0
+1 -1
View File
@@ -121,7 +121,7 @@ impl PacketProcessor {
}
Ok(_) => return Err(MixProcessingError::ReceivedFinalHopError),
Err(e) => {
warn!("Failed to unwrap Sphinx pakcet: {:?}", e);
warn!("Failed to unwrap Sphinx packet: {:?}", e);
return Err(MixProcessingError::SphinxProcessingError);
}
};