mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 21:23:55 +08:00
Fix typo
This commit is contained in:
parent
f010b1150c
commit
cdf2235b7a
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user