Skip to content

Commit c628a95

Browse files
committed
Small typo fixes
1 parent 9ebc638 commit c628a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-common/src/entities/certificate_metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::era_deprecate;
99

1010
use super::{PartyId, Stake};
1111

12-
/// This represents a stake holder.
12+
/// This represents a stakeholder.
1313
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
1414
pub struct StakeDistributionParty {
1515
/// Party identifier as in the stake distribution
@@ -44,7 +44,7 @@ impl StakeDistributionParty {
4444
}
4545
}
4646

47-
era_deprecate!("Remove immutable file number as it's here only for message retrocompatibility");
47+
era_deprecate!("Remove immutable file number as it's here only for message backward-compatibility");
4848
/// CertificateMetadata represents the metadata associated to a Certificate
4949
#[derive(Clone, Debug, PartialEq, Default)]
5050
pub struct CertificateMetadata {

0 commit comments

Comments
 (0)