From fab34c1adcbaa63c27757ddf8ae861063b0bc3d2 Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Tue, 14 Sep 2021 11:01:28 -0700 Subject: Fix typos in IdentityCredential.java javadoc "byt" -> "but" "readerAuth" -> "readerSignature" Test: N/A Change-Id: Ie8e8c4fa4479d3694871fe00bb0d99698fa05966 --- identity/java/android/security/identity/IdentityCredential.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'identity/java') diff --git a/identity/java/android/security/identity/IdentityCredential.java b/identity/java/android/security/identity/IdentityCredential.java index 8f175bb63edb..1e685856d011 100644 --- a/identity/java/android/security/identity/IdentityCredential.java +++ b/identity/java/android/security/identity/IdentityCredential.java @@ -160,7 +160,7 @@ public abstract class IdentityCredential { * not the case, the {@link SessionTranscriptMismatchException} exception is thrown. * *

If not {@code null} the {@code requestMessage} parameter must contain data for the request - * from the verifier. The content can be defined in the way appropriate for the credential, byt + * from the verifier. The content can be defined in the way appropriate for the credential, but * there are three requirements that must be met to work with this API: *