Skip to content

Commit b6a5952

Browse files
authored
Merge pull request #292 from archie94/typo-fix
Minor typo fixed
2 parents 9721975 + 4f53cc3 commit b6a5952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/havenapp/main/sensors/motion/Preview.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public void onProcess(Bitmap oldBitmap, Bitmap newBitmap,
316316

317317
} catch (Exception e) {
318318
// Cannot happen
319-
Log.e("Preview", "error creating imnage", e);
319+
Log.e("Preview", "error creating image", e);
320320
}
321321
}
322322
}

0 commit comments

Comments
 (0)