Index: trunk/src/org/openstreetmap/josm/io/OsmReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 14075)
+++ trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 14078)
@@ -572,5 +572,5 @@
                     current.setChangesetId(0);
                 } else if (current.getChangesetId() < 0) {
-                    // for an existing primitive this is a problem only for negative ids (GPDR extracts are set to 0)
+                    // for an existing primitive this is a problem only for negative ids (GDPR extracts are set to 0)
                     throwException(tr("Illegal value for attribute ''changeset''. Got {0}.", v));
                 }
