Skip to content

Commit

Permalink
fix typos using misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutzifer committed May 20, 2017
1 parent 448083b commit ca47d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ArgoTests/Tests/DecodedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class DecodedTests: XCTestCase {

switch (op(success), op(typeError), op(missingError), op(customError), op(multipleError)) {
case (.success, .success, .success, .success, .success): XCTAssert(true)
default: XCTFail("Unexpected Case Occured")
default: XCTFail("Unexpected Case Occurred")
}
}
}
Expand Down

0 comments on commit ca47d0d

Please sign in to comment.