diff --git a/runtime/mandala/src/authority.rs b/runtime/mandala/src/authority.rs index 3655b4378..0a88e8f0f 100644 --- a/runtime/mandala/src/authority.rs +++ b/runtime/mandala/src/authority.rs @@ -137,7 +137,7 @@ impl orml_authority::AsOriginId for AuthoritysOrigi } } -/// Compares privilages +/// Compares privilege fn cmp_privilege(left: &OriginCaller, right: &OriginCaller) -> Option { if left == right { return Some(Ordering::Equal);