Explorar o código

Spelling of boarders

Andrew Grant hai 7 meses
pai
achega
f4ec37c537

+ 1 - 1
src/main/java/scot/carricksoftware/grants/enums/censusentry/CensusEntryRelationship.java

@@ -13,7 +13,7 @@ public enum CensusEntryRelationship {
     @SuppressWarnings("unused") SON_IN_LAW("Son-in-law"),
     @SuppressWarnings("unused") NIECE("Niece"),
     @SuppressWarnings("unused") COUSIN("Cousin"),
-    @SuppressWarnings("unused") BORDER("Border"),
+    @SuppressWarnings("unused") BOARDER("Boarder"),
     @SuppressWarnings("unused") SERVANT("Servant");
 
     @SuppressWarnings("unused")