[sq] fix typo

This commit is contained in:
Berkus Decker 2020-11-27 23:48:20 +02:00
parent 8b0468a995
commit f4000966b3
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ impl DerivationTreeNode {
(*ptr).clone()
}
/// Get previous link in derivation tree - this is a dervied-from capability.
/// Get previous link in derivation tree - this is a derived-from capability.
pub fn try_get_prev(&self) -> Result<CapTableEntry, DerivationTreeError> {
if self.0.read(CapDerivationNode::Prev) == 0 {
Err(DerivationTreeError::InvalidPrev)