Skip to content

Commit 4d87870

Browse files
committed
Fix typo in Short File Identifier (SFI) string
This was a typo in eaf7cc7
1 parent ef894f4 commit 4d87870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/emv_strings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int emv_tlv_get_info(
267267
return 0;
268268

269269
case EMV_TAG_88_SFI:
270-
info->tag_name = "Short File Indicator (SFI)";
270+
info->tag_name = "Short File Identifier (SFI)";
271271
info->tag_desc =
272272
"Identifies the Application Elementary File (AEF) referenced "
273273
"in commands related to a given Application Definition File "

src/emv_tags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ __BEGIN_DECLS
100100
/// EMV tag 87 Application Priority Indicator. Template 61 or A5.
101101
#define EMV_TAG_87_APPLICATION_PRIORITY_INDICATOR (0x87)
102102

103-
/// EMV tag 88 Short File Indicator (SFI). Template A5.
103+
/// EMV tag 88 Short File Identifier (SFI). Template A5.
104104
#define EMV_TAG_88_SFI (0x88)
105105

106106
/// EMV tag 89 Authorisation Code

0 commit comments

Comments
 (0)