Skip to content

Commit 15047d6

Browse files
committed
typo in comment
1 parent b8a5f8c commit 15047d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dicom-dict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5134,7 +5134,7 @@ void dcm_init(void)
51345134
struct _DcmAttribute_hash_entry *entry;
51355135

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

0 commit comments

Comments
 (0)