diff options
author | Cryptomental <cryptomental.com@gmail.com> | 2018-07-10 15:18:19 +0800 |
---|---|---|
committer | Cryptomental <cryptomental.com@gmail.com> | 2018-07-11 04:57:59 +0800 |
commit | 4116704442aff035acb5b707c6b211ac1f5524fe (patch) | |
tree | 6813ae8d78ecfa630cc85fdca09d1534d627c6c5 /test/libsolidity/syntaxTests | |
parent | eb92d5f760995aef4c79fcaa3f8c2437718ffc7f (diff) | |
download | dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.gz dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.zst dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.zip |
test: Fix typos.
Fix typos using codespell.
Refs: #4442
Diffstat (limited to 'test/libsolidity/syntaxTests')
-rw-r--r-- | test/libsolidity/syntaxTests/nameAndTypeResolution/412_early_exit_on_fatal_errors.sol | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/412_early_exit_on_fatal_errors.sol b/test/libsolidity/syntaxTests/nameAndTypeResolution/412_early_exit_on_fatal_errors.sol index 8e5d81e2..56fc4051 100644 --- a/test/libsolidity/syntaxTests/nameAndTypeResolution/412_early_exit_on_fatal_errors.sol +++ b/test/libsolidity/syntaxTests/nameAndTypeResolution/412_early_exit_on_fatal_errors.sol @@ -1,4 +1,4 @@ -// This tests a crash that occured because we did not stop for fatal errors. +// This tests a crash that occurred because we did not stop for fatal errors. contract C { struct S { ftring a; @@ -8,4 +8,4 @@ contract C { } } // ---- -// DeclarationError: (113-119): Identifier not found or not unique. +// DeclarationError: (114-120): Identifier not found or not unique. |