Index: trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java	(revision 19390)
+++ trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java	(revision 19391)
@@ -228,5 +228,5 @@
 
     /**
-     * Return the exif GPS coordinates datum value.
+     * Return the EXIF GPS coordinates datum value.
      * @return The datum value
      * @since 19387
@@ -240,5 +240,5 @@
 
     /**
-     * Return the exif GPS processing method string
+     * Return the EXIF GPS processing method string
      * @return the processing method string
      * @since 19387
@@ -550,4 +550,8 @@
     }
 
+    /**
+     * Sets the EXIF coordinate.
+     * @param exifCoor the coordinate
+     */
     public void setExifCoor(LatLon exifCoor) {
         this.exifCoor = exifCoor;
@@ -571,6 +575,6 @@
 
     /**
-     * Sets the exif GPS track (move direction angle)
-     * @param exifGpsTrack the exif GPS track angle
+     * Sets the EXIF GPS track (move direction angle)
+     * @param exifGpsTrack the EXIF GPS track angle
      * @since 19387
      */
@@ -581,6 +585,6 @@
 
     /**
-     * Sets the exif horizontal positioning error
-     * @param exifHposErr the Exif horizontal positionning error
+     * Sets the EXIF horizontal positioning error
+     * @param exifHPosErr the EXIF horizontal positionning error
      * @since 19387
      */
Index: trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageMetadata.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageMetadata.java	(revision 19390)
+++ trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageMetadata.java	(revision 19391)
@@ -263,5 +263,5 @@
     /**
      * Sets the EXIF horizontal positioning error.
-     * @param exifHposErr the EXIF horizontal positionning error
+     * @param exifHPosErr the EXIF horizontal positionning error
      * @since 19387
      */
