Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode authored May 28, 2024
1 parent bf6eee7 commit b1adc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/mandala/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl orml_authority::AsOriginId<RuntimeOrigin, OriginCaller> for AuthoritysOrigi
}
}

/// Compares privilages
/// Compares privilege
fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option<Ordering> {
if left == right {
return Some(Ordering::Equal);
Expand Down

0 comments on commit b1adc38

Please sign in to comment.