Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
akune committed Dec 16, 2015
1 parent 8af413f commit 604c99b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public void uninitializedEquals() {
}

@Test
public void equalsWithDifferenObjectType() {
public void equalsWithDifferentObjectType() {
check(ModifiableCompanion.create()).not().is(equalTo(new Object()));
}

Expand Down

0 comments on commit 604c99b

Please sign in to comment.