0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

chore: fix typo [MigrateEssentialFiles]

This commit is contained in:
David Allison 2023-04-23 01:56:23 +01:00 committed by lukstbit
parent 79db94aafd
commit c0d004b511

View File

@ -61,7 +61,7 @@ import java.io.File
* * Collection is not corrupt and can be opened
* * Collection basic check passes [UserActionRequiredException.CheckDatabaseException]
* * Collection can be closed and locked
* * User has space to mve files [UserActionRequiredException.OutOfSpaceException] (the size of essential files + [SAFETY_MARGIN_BYTES]
* * User has space to move files [UserActionRequiredException.OutOfSpaceException] (the size of essential files + [SAFETY_MARGIN_BYTES]
* * A migration is not currently taking place
*/
open class MigrateEssentialFiles