mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-16 09:13:21 +00:00
Fix typos
Found via `codespell -S *.xml,*.kt,./native/src/external -L crate,bu`
This commit is contained in:
@@ -680,7 +680,7 @@ public abstract class ApkSignerV2 {
|
||||
return "SHA-512";
|
||||
default:
|
||||
throw new IllegalArgumentException(
|
||||
"Unknown content digest algorthm: " + digestAlgorithm);
|
||||
"Unknown content digest algorithm: " + digestAlgorithm);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -692,7 +692,7 @@ public abstract class ApkSignerV2 {
|
||||
return 512 / 8;
|
||||
default:
|
||||
throw new IllegalArgumentException(
|
||||
"Unknown content digest algorthm: " + digestAlgorithm);
|
||||
"Unknown content digest algorithm: " + digestAlgorithm);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user