#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 102fc8e..5e2a750 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -5993,7 +5993,7 @@
def _format_align(sign, body, spec):
"""Given an unpadded, non-aligned numeric string 'body' and sign
- string 'sign', add padding and aligment conforming to the given
+ string 'sign', add padding and alignment conforming to the given
format specifier dictionary 'spec' (as produced by
parse_format_specifier).