Fix typos

See gh-2019
This commit is contained in:
Hanope
2018-11-19 08:41:21 +01:00
committed by Stephane Nicoll
parent 729ce4108d
commit bfb49c7249
76 changed files with 137 additions and 137 deletions
@@ -58,7 +58,7 @@ public class InternetAddressEditorTests {
}
@Test
public void simpleGoodAddess() {
public void simpleGoodAddress() {
editor.setAsText(SIMPLE);
assertEquals("Simple email address failed", SIMPLE, editor.getAsText());
}