Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
- log msg typo fixed

Signed-off-by: Arka Prava Basu <arkaprava94@gmail.com>
  • Loading branch information
archie94 committed May 4, 2018
1 parent 9721975 commit 4f53cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void onProcess(Bitmap oldBitmap, Bitmap newBitmap,

} catch (Exception e) {
// Cannot happen
Log.e("Preview", "error creating imnage", e);
Log.e("Preview", "error creating image", e);
}
}
}
Expand Down

0 comments on commit 4f53cc3

Please sign in to comment.