Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Oct 3, 2023
1 parent b8a5f8c commit 15047d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dicom-dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -5134,7 +5134,7 @@ void dcm_init(void)
struct _DcmAttribute_hash_entry *entry;

// The "" keyword appears several times and is used for retired
// tags ... we can't map this to tags unambigiously, so we skip it
// tags ... we can't map this to tags unambiguously, so we skip it
// in the table
if (strcmp(attribute_table[i].keyword, "") == 0) {
continue;
Expand Down

0 comments on commit 15047d6

Please sign in to comment.