Skip to content

Commit a3b353c

Browse files
Fix typo
1 parent f050767 commit a3b353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract_msg/attachments/custom_att_handler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def registerHandler(handler: Type[CustomAttachmentHandler]) -> None:
5656
# Import built-in handler modules. They will all automatically register their
5757
# respecive handler(s).
5858
from .outlook_image_dib import OutlookImageDIB
59-
from .outlook_image_meta import OutlookImageMetafilr
59+
from .outlook_image_meta import OutlookImageMetafile
6060
from .lnk_obj_att import LinkedObjectAttachment
6161

6262

0 commit comments

Comments
 (0)