Fix typos

This commit is contained in:
Pierre 2018-04-14 13:57:12 +02:00
parent d2f2ea63f4
commit 5c0cedbc23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import android.widget.ImageView;
class ImageLoadApplyRunnable implements Runnable {
/**
* The bitmap to appply
* The bitmap to apply
*/
private Bitmap bitmap;

View File

@ -61,7 +61,7 @@ class CommentsAdapter extends ArrayAdapter<Comment> {
}
/**
* Fill a view with a specified comments informations
* Fill a view with a specified comments information
*
* @param context The context of the activity / application
* @param view The view to update