Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
fbielejec committed Aug 16, 2022
commit c3d76b8bd0a0cf06668a49913ec87d20b484459d
2 changes: 1 addition & 1 deletion contracts/access_control/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mod access_control {

/// Initializes the contract.
///
/// caller is granted admin and owner piviledges
/// caller is granted admin and owner priviledges
fn new_init(&mut self) {
let caller = Self::env().caller();
let this = Self::env().account_id();
Expand Down