CVS 2002/css-validator/org/w3c/css/properties/css

Update of /sources/public/2002/css-validator/org/w3c/css/properties/css
In directory roscoe:/tmp/cvs-serv7190/css

Modified Files:
	CssSpeakPunctuation.java 
Log Message:
typo

--- /sources/public/2002/css-validator/org/w3c/css/properties/css/CssSpeakPunctuation.java	2013/01/02 10:33:10	1.1
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css/CssSpeakPunctuation.java	2013/01/02 10:41:24	1.2
@@ -1,4 +1,4 @@
-// $Id: CssSpeakPunctuation.java,v 1.1 2013/01/02 10:33:10 ylafon Exp $
+// $Id: CssSpeakPunctuation.java,v 1.2 2013/01/02 10:41:24 ylafon Exp $
 // Author: Yves Lafon <ylafon@w3.org>
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
@@ -14,7 +14,7 @@
 
 /**
  * @since CSS2
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class CssSpeakPunctuation extends CssProperty {
 
@@ -57,7 +57,7 @@
      * Returns the name of this property
      */
     public final String getPropertyName() {
-        return "speak-header";
+        return "speak-punctuation";
     }
 
     /**

Received on Wednesday, 2 January 2013 10:41:25 UTC