typo
This commit is contained in:
parent
be241e9fd1
commit
3a0b9bbf67
1 changed files with 1 additions and 1 deletions
|
|
@ -2925,7 +2925,7 @@ impl Apk {
|
||||||
match writer.add_class(class_) {
|
match writer.add_class(class_) {
|
||||||
Ok(()) => (),
|
Ok(()) => (),
|
||||||
Err(DexWritterError::OutOfSpace(err)) => bail!(
|
Err(DexWritterError::OutOfSpace(err)) => bail!(
|
||||||
"{name} dex file has to many class/method/field to be serialize in dex format ({err}). You might want to use `Apk::redistribute_classes() before serializing`"
|
"{name} dex file has too many class/method/field to be serialize in dex format ({err}). You might want to use `Apk::redistribute_classes() before serializing`"
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue