Skip to content

Commit c833328

Browse files
committed
ERC777: Fix spelling in tests
1 parent 0887c47 commit c833328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erc777/test/erc777.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ contract('ERC777', async accounts => {
181181
);
182182
assert.isNotOk(
183183
operator_status_after,
184-
'Operator rights were not orrectly revoked.'
184+
'Operator rights were not correctly revoked.'
185185
);
186186
});
187187

0 commit comments

Comments
 (0)