Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 407ba05c authored by Fabián Cañas's avatar Fabián Cañas Committed by Gerrit Code Review
Browse files

Merge "Fix typos found by linter" into main

parents be71c5cf 3c0af169
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1709,7 +1709,7 @@ public class CameraTestUtils extends Assert {
     * <p>
     * Two images are strongly equal if and only if the data, formats, sizes,
     * and timestamps are same. For {@link ImageFormat#PRIVATE PRIVATE} format
     * images, the image data is not not accessible thus the data comparison is
     * images, the image data is not accessible thus the data comparison is
     * effectively skipped as the number of planes is zero.
     * </p>
     * <p>
@@ -2049,7 +2049,7 @@ public class CameraTestUtils extends Assert {
                    }
                } else {
                    // Case 2.
                    collector.expectEquals("Exif orientaiton should match requested orientation",
                    collector.expectEquals("Exif orientation should match requested orientation",
                            requestedOrientation, getExifOrientationInDegree(exifOrientation,
                            collector));
                }
+2 −2
Original line number Diff line number Diff line
@@ -1127,8 +1127,8 @@ public class StaticMetadata {
     * Get aeAvailableModes and do the validation check.
     *
     * <p>Depending on the check level this class has, for WAR or COLLECT levels,
     * If the aeMode list is invalid, return an empty mode array. The the caller doesn't
     * have to abort the execution even the aeMode list is invalid.</p>
     * If the aeMode list is invalid, return an empty mode array. The caller doesn't
     * have to abort the execution even if the aeMode list is invalid.</p>
     * @return AE available modes
     */
    public int[] getAeAvailableModesChecked() {