Spelling fix in KeyStore.java

Test: none
Change-Id: I37c535a358b0b157f0e04978658816036c52ebab
This commit is contained in:
Solomon Kinard
2019-07-03 11:22:34 -07:00
parent 568d8dd3fb
commit 2bd792f3de

View File

@@ -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);