mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
[spelling] Nul -> Null
This commit is contained in:
@ -66,7 +66,7 @@ public class ExtDataInput extends DataInputDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
public String readNulEndedString(int length, boolean fixed)
|
||||
public String readNullEndedString(int length, boolean fixed)
|
||||
throws IOException {
|
||||
StringBuilder string = new StringBuilder(16);
|
||||
while(length-- != 0) {
|
||||
|
Reference in New Issue
Block a user