Index: trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 14967)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 14968)
@@ -130,5 +130,5 @@
             return;
         }
-        if (ignoreTurnRestrictions && n.hasTag("type","restriction")) {
+        if (ignoreTurnRestrictions && n.hasTag("type", "restriction")) {
             // see #17561: don't report same problem twice
             return;
