#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/email/header.py b/Lib/email/header.py
index a391255..43220df 100644
--- a/Lib/email/header.py
+++ b/Lib/email/header.py
@@ -46,7 +46,7 @@
 # For use with .match()
 fcre = re.compile(r'[\041-\176]+:$')
 
-# Find a header embeded in a putative header value.  Used to check for
+# Find a header embedded in a putative header value.  Used to check for
 # header injection attack.
 _embeded_header = re.compile(r'\n[^ \t]+:')