Skip to content

Commit 281e4ad

Browse files
author
Alex Sedighi
committed
fix spelling
1 parent 7c08ec1 commit 281e4ad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"ENSIP",
4949
"MULTICHAIN",
5050
"CCIP",
51-
"namesevice"
51+
"nameservice",
52+
"firebaseapp",
53+
"permissioned"
5254
]
5355
}

src/nameservice/ClickNameService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ contract ClickNameService is IClickNameService, ERC721Burnable, AccessControl {
193193
return true;
194194
}
195195

196-
// Check if caller is authorized for priviledged operations
196+
// Check if caller is authorized for privileged operations
197197
function _isAuthorized() private view returns (bool) {
198198
return (hasRole(REGISTERER_ROLE, msg.sender) || hasRole(DEFAULT_ADMIN_ROLE, msg.sender));
199199
}

0 commit comments

Comments
 (0)