test: Fix typos.

Fix typos using codespell.

Refs: #4442
This commit is contained in:
Cryptomental
2018-07-10 22:57:59 +02:00
parent eb92d5f760
commit 4116704442
22 changed files with 73 additions and 73 deletions
@@ -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.