A lot more typo fixes by Ori Avtalion.
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 1fcbcf9..2d2ae93 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -1609,7 +1609,7 @@
 original's two-place significance.
 
 If an application does not care about tracking significance, it is easy to
-remove the exponent and trailing zeroes, losing signficance, but keeping the
+remove the exponent and trailing zeroes, losing significance, but keeping the
 value unchanged::
 
     >>> def remove_exponent(d):