Index: /trunk/data/tagchecker.cfg
===================================================================
--- /trunk/data/tagchecker.cfg	(revision 6461)
+++ /trunk/data/tagchecker.cfg	(revision 6462)
@@ -39,12 +39,12 @@
 way  : W : highway == * && name == /.* (Ave|Blvd|Br|Brg|Cct|Cir|Cl|Cr|Crct|Cres|Crt|Ct|Dr|Drv|Esp|Espl|Hwy|Ln|Mw|Mwy|Pl|Rd|Qy|Qys|Sq|St|Str|Ter|Tce|Tr|Wy)\.?$/i               # abbreviated street name
 
-node : W : oneway == *                                                # oneway tag on a node
-node : W : bridge == BOOLEAN_TRUE                                     # bridge tag on a node
+node : W : oneway == *                                                         # oneway tag on a node
+node : W : bridge == BOOLEAN_TRUE                                              # bridge tag on a node
 node : W : highway == /motorway*|trunk*|primary*|secondary*|tertiary*|unclassified|residential|service|living_street|pedestrian|track|path|footway/  # wrong highway tag on a node
-way  : W : /highway|railway/ == crossing                              # wrong crossing tag on a way
-way  : I : highway == unclassified && name != *                       # Unnamed unclassified highway
-way  : I : highway == /motorway|trunk|primary|secondary/ && ref != *  # highway without a reference
-*    : W : highway == road                                            # temporary highway type
-*    : W : / *name */i == * && name != *                              # misspelled key name
+way  : W : /highway|railway/ == crossing                                       # wrong crossing tag on a way
+way  : I : highway == unclassified && name != *                                # Unnamed unclassified highway
+way  : I : highway == /motorway|trunk|primary|secondary|tertiary/ && ref != *  # highway without a reference
+*    : W : highway == road                                                     # temporary highway type
+*    : W : / *name */i == * && name != *                                       # misspelled key name
 
 # The following could replace unnamed way check. Still at the moment we keep it as it is
