Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java	(revision 33348)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java	(revision 33349)
@@ -50,5 +50,5 @@
 	public static final int ERROR_CODE_END_STOP = 3741;
 	public static final int ERROR_CODE_SPLIT_WAY = 3742;
-	public static final int ERROR_CODE_RELAITON_MEMBER_ROLES = 3743;
+	public static final int ERROR_CODE_RELATION_MEMBER_ROLES = 3743;
 	public static final int ERROR_CODE_SOLITARY_STOP_POSITION = 3751;
 	public static final int ERROR_CODE_PLATFORM_PART_OF_HIGHWAY = 3752;
@@ -401,5 +401,5 @@
 
 		for (TestError error : segmentChecker.getErrors()) {
-			if (error.getCode() != PTAssistantValidatorTest.ERROR_CODE_RELAITON_MEMBER_ROLES) {
+			if (error.getCode() != PTAssistantValidatorTest.ERROR_CODE_RELATION_MEMBER_ROLES) {
 				this.errors.add(error);
 			}
Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java	(revision 33348)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java	(revision 33349)
@@ -74,5 +74,5 @@
 			highlighted.add(rm.getMember());
 			Builder builder = TestError.builder(this.test, Severity.WARNING,
-					PTAssistantValidatorTest.ERROR_CODE_RELAITON_MEMBER_ROLES);
+					PTAssistantValidatorTest.ERROR_CODE_RELATION_MEMBER_ROLES);
 			builder.message(tr("PT: Relation member roles do not match tags"));
 			builder.primitives(primitives);
