mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-19 16:25:33 +00:00
Fix typos
This commit is contained in:
app/src/main/java/org/communiquons/android/comunic/client
2
app/src/main/java/org/communiquons/android/comunic/client/data/runnables/ImageLoadApplyRunnable.java
2
app/src/main/java/org/communiquons/android/comunic/client/data/runnables/ImageLoadApplyRunnable.java
@@ -15,7 +15,7 @@ import android.widget.ImageView;
|
||||
class ImageLoadApplyRunnable implements Runnable {
|
||||
|
||||
/**
|
||||
* The bitmap to appply
|
||||
* The bitmap to apply
|
||||
*/
|
||||
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 view The view to update
|
||||
|
Reference in New Issue
Block a user