Fixed typo
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 20 Nov 2009 14:20:41 +0000
changeset 189 4757add38050
parent 188 d57726e89d1e
child 190 1e1d74bb10ba
Fixed typo
Started at 1s
testsuite/Styling/TextAlign004.xml
--- a/testsuite/Styling/TextAlign004.xml	Thu Oct 29 18:48:27 2009 +0000
+++ b/testsuite/Styling/TextAlign004.xml	Fri Nov 20 14:20:41 2009 +0000
@@ -6,7 +6,7 @@
   <head>
     <metadata> 
       <ttm:title>Styling Test - TextAlign - 004</ttm:title>
-      <ttm:desc>Test tts:textAlign attribute with the center value in a pargraph.</ttm:desc>
+      <ttm:desc>Test tts:textAlign attribute with the center value in a paragraph.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
     <ttp:profile use="dfxp-presentation" xmlns:ttp="http://www.w3.org/ns/ttml#parameter">
@@ -18,7 +18,7 @@
   </head>
   <body>
     <div>
-      <p begin="0s" end="10s" tts:textAlign="center">This caption is placed<br />in the center.</p>
+      <p begin="1s" end="10s" tts:textAlign="center">This caption is placed<br />in the center.</p>
     </div>
   </body>
 </tt>