1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-07-08 19:12:53 +00:00

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
app/src/main/java/org/communiquons/android/comunic/client

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

@ -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 context The context of the activity / application
* @param view The view to update * @param view The view to update