From e4bdf472a6af658283ab04268ef79399b8cde598 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 20 Feb 2007 03:05:03 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@764 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/HTMLModuleManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/HTMLPurifier/HTMLModuleManager.php b/library/HTMLPurifier/HTMLModuleManager.php index 298f8596..e0090472 100644 --- a/library/HTMLPurifier/HTMLModuleManager.php +++ b/library/HTMLPurifier/HTMLModuleManager.php @@ -33,7 +33,7 @@ HTMLPurifier_ConfigSchema::define( 'Strict, XHTML 1.0 Transitional, XHTML 1.0 Strict, XHTML 1.1. '. 'Technically speaking this is not actually a doctype (as it does '. 'not identify a corresponding DTD), but we are using this name '. - 'for sake of simplicty. This will override any older directives '. + 'for sake of simplicity. This will override any older directives '. 'like %Core.XHTML or %HTML.Strict.' );