diff --git a/reanimate-svg.cabal b/reanimate-svg.cabal
--- a/reanimate-svg.cabal
+++ b/reanimate-svg.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                reanimate-svg
-version:             0.12.0.0
+version:             0.12.1.0
 synopsis:            SVG file loader and serializer
 description:
   reanimate-svg provides types representing a SVG document,
diff --git a/src/Graphics/SvgTree/XmlParser.hs b/src/Graphics/SvgTree/XmlParser.hs
--- a/src/Graphics/SvgTree/XmlParser.hs
+++ b/src/Graphics/SvgTree/XmlParser.hs
@@ -1104,7 +1104,7 @@
     , "tableValues" `parseIn` funcATableValues
     , "slope" `parseIn` funcASlope
     , "intercept" `parseIn` funcAIntercept
-    , "ampliture" `parseIn` funcAAmplitude
+    , "amplitude" `parseIn` funcAAmplitude
     , "exponent" `parseIn` funcAExponent ]
 
 instance XMLUpdatable FuncR where
@@ -1115,7 +1115,7 @@
     , "tableValues" `parseIn` funcRTableValues
     , "slope" `parseIn` funcRSlope
     , "intercept" `parseIn` funcRIntercept
-    , "ampliture" `parseIn` funcRAmplitude
+    , "amplitude" `parseIn` funcRAmplitude
     , "exponent" `parseIn` funcRExponent ]
 
 instance XMLUpdatable FuncG where
@@ -1126,7 +1126,7 @@
     , "tableValues" `parseIn` funcGTableValues
     , "slope" `parseIn` funcGSlope
     , "intercept" `parseIn` funcGIntercept
-    , "ampliture" `parseIn` funcGAmplitude
+    , "amplitude" `parseIn` funcGAmplitude
     , "exponent" `parseIn` funcGExponent ]
 
 instance XMLUpdatable FuncB where
@@ -1137,7 +1137,7 @@
     , "tableValues" `parseIn` funcBTableValues
     , "slope" `parseIn` funcBSlope
     , "intercept" `parseIn` funcBIntercept
-    , "ampliture" `parseIn` funcBAmplitude
+    , "amplitude" `parseIn` funcBAmplitude
     , "exponent" `parseIn` funcBExponent ]
 
 instance XMLUpdatable Flood where
