jDoc typo
authorNiki Roo <niki@nikiroo.be>
Sun, 19 May 2019 13:23:42 +0000 (15:23 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 19 May 2019 13:23:42 +0000 (15:23 +0200)
src/be/nikiroo/utils/android/ImageUtilsAndroid.java

index f50af005316c3fdc169aabfe8d11269171db8458..ec1c2205af4e7beb2db5f571b39034735ce84ba7 100644 (file)
@@ -45,7 +45,7 @@ public class ImageUtilsAndroid extends ImageUtils {
                        }
 
                        // Some formats are not reliable
-                       // Second change: PNG
+                       // Second chance: PNG
                        if (!ok && !format.equals("png")) {
                                ok = image.compress(Bitmap.CompressFormat.PNG, 90, fos);
                        }