mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typos
See gh-2019
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user