Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermd committed Sep 12, 2020
1 parent ccc015f commit 3e06d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dicomweb_client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def _decode_multipart_message(
if media_type.lower() != 'multipart/related':
raise ValueError(
f'Unexpected media type: "{media_type}". '
'Experted "multipart/related".'
'Expected "multipart/related".'
)
for item in ct_info:
attr, _, value = item.partition('=')
Expand Down

0 comments on commit 3e06d92

Please sign in to comment.