diff options
author | emiret <emiret@localhost> | 2008-10-11 10:17:17 +0000 |
---|---|---|
committer | emiret <emiret@localhost> | 2008-10-11 10:17:17 +0000 |
commit | 0fc13834459fabd62cb290c0e959058cb247de17 (patch) | |
tree | c6064f2de7e06bac24e716c37cbb94f49a309dd4 | |
parent | ee50566e44f7a45295b04965b2186666bbbf7747 (diff) | |
download | markup-validator-0fc13834459fabd62cb290c0e959058cb247de17.zip markup-validator-0fc13834459fabd62cb290c0e959058cb247de17.tar.gz markup-validator-0fc13834459fabd62cb290c0e959058cb247de17.tar.bz2 |
Fixed a small typo: s/chacking/checking/.
-rw-r--r-- | htdocs/config/validator.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index ba4892f..e48f344 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.29 2008-08-15 13:30:11 ot Exp $ +# $Id: validator.conf,v 1.30 2008-10-11 10:17:17 emiret Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', @@ -131,6 +131,6 @@ Languages = en </Tips> <External> -# Enable chacking documents via external services +# Enable checking documents via external services #HTML5 = http://localhost:8888/html5/ </External> |