Spelling fix in KeyStore.java
Test: none Change-Id: I37c535a358b0b157f0e04978658816036c52ebab
This commit is contained in:
@@ -584,7 +584,7 @@ public class KeyStore {
|
||||
}
|
||||
KeyCharacteristics characteristics = result.getKeyCharacteristics();
|
||||
if (characteristics == null) {
|
||||
Log.e(TAG, "generateKeyInternal got empty key cheractariestics " + error);
|
||||
Log.e(TAG, "generateKeyInternal got empty key characteristics " + error);
|
||||
return SYSTEM_ERROR;
|
||||
}
|
||||
outCharacteristics.shallowCopyFrom(characteristics);
|
||||
|
||||
Reference in New Issue
Block a user