Index: trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java	(revision 16979)
+++ trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java	(revision 16981)
@@ -237,5 +237,5 @@
         bufferedImage.getGraphics().drawImage(image, 0, 0, null);
 
-        // check that the square of 1/4 size right lower to the center has some non-emtpy pixels
+        // check that the square of 1/4 size right lower to the center has some non-empty pixels
         boolean nonEmptyPixelExistsRightLowerToCenter = false;
         for (int x = image.getWidth(null) / 2; x < image.getWidth(null) * 3 / 4; ++x) {
