Index: /trunk/src/org/openstreetmap/josm/io/OsmReader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 14077)
+++ /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));
                 }
Index: /trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java	(revision 14077)
+++ /trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java	(revision 14078)
@@ -268,5 +268,5 @@
 
     /**
-     * Test GPDR-compliant changeset.
+     * Test GDPR-compliant changeset.
      * @throws Exception if any error occurs
      */
