Index: trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 14584)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 14585)
@@ -591,5 +591,4 @@
                                         marktr("Value ''{0}'' for key ''{1}'' looks like ''{2}''."), prop.getValue(), key, newValue)
                                 .primitives(p)
-                                .fix(() -> new ChangePropertyCommand(p, key, newValue))
                                 .build());
                         withErrors.put(p, "WPV");
@@ -781,5 +780,5 @@
             int code = testError.getCode();
             return code == INVALID_KEY || code == EMPTY_VALUES || code == INVALID_SPACE ||
-                   code == INVALID_KEY_SPACE || code == INVALID_HTML || code == MISSPELLED_VALUE ||
+                   code == INVALID_KEY_SPACE || code == INVALID_HTML ||
                    code == MULTIPLE_SPACES;
         }
