mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 22:23:32 +08:00
Fix typo
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* https://github.com/mamoe/mirai/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
@file:Suppress("MemberVisibilityCanBePrivate")
|
||||
|
||||
package androidutil
|
||||
|
||||
import groovy.util.Node
|
||||
@@ -288,7 +290,7 @@ object AndroidApiLevelCheck {
|
||||
}
|
||||
|
||||
if (analyzer.reported) {
|
||||
error("Verity failed")
|
||||
error("Verify failed")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user