diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2012-06-04 18:51:35 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2012-06-04 18:51:35 +0300 |
commit | 95fbdd4e4302a0e1ae5e5de241023bc55b356fc5 (patch) | |
tree | 6bbe9253eadae64d1e53852bb5c8a26d6035d437 | |
parent | b41f73e11441727764997dd0e095afab5259639a (diff) | |
download | markup-validator-95fbdd4e4302a0e1ae5e5de241023bc55b356fc5.zip markup-validator-95fbdd4e4302a0e1ae5e5de241023bc55b356fc5.tar.gz markup-validator-95fbdd4e4302a0e1ae5e5de241023bc55b356fc5.tar.bz2 |
Spelling fixes.
-rw-r--r-- | htdocs/dev/tests/ampersand-as-data.html | 4 | ||||
-rw-r--r-- | htdocs/dev/tests/ampersand-as-data_html401.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/dev/tests/ampersand-as-data.html b/htdocs/dev/tests/ampersand-as-data.html index d78cce6..a6a1917 100644 --- a/htdocs/dev/tests/ampersand-as-data.html +++ b/htdocs/dev/tests/ampersand-as-data.html @@ -6,7 +6,7 @@ <title></title> </head> <body> -<p>This document has an ampersand occuring as character data. This is not OK in XML.</p> +<p>This document has an ampersand occurring as character data. This is not OK in XML.</p> <p>&</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/htdocs/dev/tests/ampersand-as-data_html401.html b/htdocs/dev/tests/ampersand-as-data_html401.html index e30b97b..163b77b 100644 --- a/htdocs/dev/tests/ampersand-as-data_html401.html +++ b/htdocs/dev/tests/ampersand-as-data_html401.html @@ -9,7 +9,7 @@ <body> <p>&</p> - <p>This document has an ampersand occuring as character data. This is accepted, but not recommended, in HTML.</p> + <p>This document has an ampersand occurring as character data. This is accepted, but not recommended, in HTML.</p> </body> </html> |