# HG changeset patch
# User Patrick PIERRE <patrick.pierre@prismallia.fr>
# Date 1338465637 -7200
# Node ID 47726211079a2e4b6a0554a7109bd5725d265551
# Parent  5f3d6d357c74982cdeeaf29fd7f088d143251cc1
Coquille

diff -r 5f3d6d357c74 -r 47726211079a RelaxNG/Examples/Documents/torture_test.xml
--- a/RelaxNG/Examples/Documents/torture_test.xml	jeu. mai 31 13:51:49 2012 +0200
+++ b/RelaxNG/Examples/Documents/torture_test.xml	jeu. mai 31 14:00:37 2012 +0200
@@ -469,7 +469,7 @@
           </head>
           <section>
             <head>
-              <audio id="amarok" type="backgound"/>
+              <audio id="amarok" type="background"/>
             </head>
             <media>
               <audio id="brahms_lullaby" type="music"/>
diff -r 5f3d6d357c74 -r 47726211079a RelaxNG/publidoc.rnc
--- a/RelaxNG/publidoc.rnc	jeu. mai 31 13:51:49 2012 +0200
+++ b/RelaxNG/publidoc.rnc	jeu. mai 31 14:00:37 2012 +0200
@@ -330,7 +330,7 @@
 audio.attributes =
    media.id.attribute
  & audio.type?
-audio.type = attribute type { "music" | "voice" | "backgound" | "smil" }
+audio.type = attribute type { "music" | "voice" | "background" | "smil" }
 
 # ~~~~~~ tooltip