dexter has submitted this change. ( 
https://gerrit.osmocom.org/c/android-apdu-proxy/+/41797?usp=email )

Change subject: OmapiCallbackHandlerVpcd: fix typo
......................................................................

OmapiCallbackHandlerVpcd: fix typo

Change-Id: I113757e5ee547c20d3557a9080386592a1919954
---
M app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  dexter: Looks good to me, approved




diff --git 
a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java 
b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java
index 088edf5..d5b4043 100644
--- 
a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java
+++ 
b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java
@@ -104,7 +104,7 @@
                 Log.i("PROXY", "Exchanging TPDU...\n");
                 //In case the TPDU contains a SELECT by DF-Name, which is 
forbidden by OMAPI by design, we must
                 //find an alternative solution: In case the SELECT targets the 
currently selected application,
-                //we just use the FID 7FFF, which is an alias for the 
currently selected application. In cas the
+                //we just use the FID 7FFF, which is an alias for the 
currently selected application. In case the
                 //AID is different, we close the OMAPI channel and re-open it 
with the new AID. If this fails, we
                 //we just pretend that we haven't found the file.
                 if (Arrays.equals(Arrays.copyOf( tpdu,3),   
Utils.h2b("00A404") ) ) {

--
To view, visit https://gerrit.osmocom.org/c/android-apdu-proxy/+/41797?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: I113757e5ee547c20d3557a9080386592a1919954
Gerrit-Change-Number: 41797
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>

Reply via email to