We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5f8c commit 15047d6Copy full SHA for 15047d6
src/dicom-dict.c
@@ -5134,7 +5134,7 @@ void dcm_init(void)
5134
struct _DcmAttribute_hash_entry *entry;
5135
5136
// The "" keyword appears several times and is used for retired
5137
- // 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
5138
// in the table
5139
if (strcmp(attribute_table[i].keyword, "") == 0) {
5140
continue;
0 commit comments