Correct typos
This commit is contained in:
parent
020cac971f
commit
f5c6c4c0fe
@ -450,7 +450,7 @@ public class AppDetails extends ListActivity {
|
||||
sb.append("\t• " + permission.getName() + '\n');
|
||||
} catch (NameNotFoundException e) {
|
||||
Log.d( "FDroid",
|
||||
"Can't find permsission '" + permissionName + "'");
|
||||
"Can't find permission '" + permissionName + "'");
|
||||
}
|
||||
}
|
||||
tv.setText(sb.toString());
|
||||
|
@ -138,7 +138,7 @@ public class AppListManager {
|
||||
}
|
||||
|
||||
// recentDate could really be calculated here, but this is just a hack so
|
||||
// it doesn't need to be caluculated for every single app. The reason it
|
||||
// it doesn't need to be calculated for every single app. The reason it
|
||||
// isn't an instance variable is because the preferences may change, and
|
||||
// we wouldn't know.
|
||||
private boolean isInCategory(DB.App app, String category, Date recentDate) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user