fix typoes in comments

This commit is contained in:
Marcus Hoffmann 2018-07-19 17:22:49 +02:00 committed by Peter Serwylo
parent 9c8c3380c1
commit 43e5ab7eb2
3 changed files with 4 additions and 4 deletions

View File

@ -363,7 +363,7 @@ public class IndexV1Updater extends IndexUpdater {
contentValues.put(Schema.RepoTable.Cols.MIRRORS, Utils.serializeCommaSeparatedString(repo.mirrors));
}
repoPersister.commit(contentValues, repo.getId());
profiler.log("Persited to database.");
profiler.log("Persisted to database.");
if (repo.pushRequests == Repo.PUSH_REQUEST_ACCEPT_ALWAYS) {
processRepoPushRequests(requests);

View File

@ -81,7 +81,7 @@ public class ApkProvider extends FDroidProvider {
}
/**
* Find an app which is closest to the version code suggested by the server, with some caveates:
* Find an app which is closest to the version code suggested by the server, with some caveats:
* <ul>
* <li>If installed, limit to apks signed by the same signer as the installed apk.</li>
* <li>Otherwise, limit to apks signed by the "preferred" signer (see {@link App#preferredSigner}).</li>

View File

@ -145,7 +145,7 @@ public class AppProvider extends FDroidProvider {
/**
* A QuerySelection which is aware of the option/need to join onto the
* installed apps table. Not that the base classes
* installed apps table. Note that the base classes
* {@link org.fdroid.fdroid.data.QuerySelection#add(QuerySelection)} and
* {@link org.fdroid.fdroid.data.QuerySelection#add(String, String[])} methods
* will only return the base class {@link org.fdroid.fdroid.data.QuerySelection}
@ -1206,7 +1206,7 @@ public class AppProvider extends FDroidProvider {
}
/**
* Returns a query which requires two parameters to be bdeatound. These are (in order):
* Returns a query which requires two parameters to be bound. These are (in order):
* 1) The repo version that introduced density specific icons
* 2) The dir to density specific icons for the current device.
*/