1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125831
--- a/DetectWS.pm
+++ b/DetectWS.pm
@@ -599,7 +599,7 @@
value "preserve" indicates the intent that applications preserve
all the white space.
This declared intent is considered to apply to all elements within the content
-of the element where it is specified, unless overriden with another instance
+of the element where it is specified, unless overridden with another instance
of the xml:space attribute.
The root element of any document
|