Ver código fonte

Fixed typo in 'xhttp' module documentation.

Alex Balashov 15 anos atrás
pai
commit
fd2c02bb06
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      modules/xhttp/README
  2. 1 1
      modules/xhttp/doc/xhttp_admin.xml

+ 1 - 1
modules/xhttp/README

@@ -91,7 +91,7 @@ Chapter 1. Admin Guide
 
 3.1. url_skip (str)
 
-   Regular expression to match the HTPP URL. If there is match, then event
+   Regular expression to match the HTTP URL. If there is match, then event
    route is not executed.
 
    Default value is null (don't skip).

+ 1 - 1
modules/xhttp/doc/xhttp_admin.xml

@@ -63,7 +63,7 @@
 	<section>
 		<title><varname>url_skip</varname> (str)</title>
 		<para>
-			Regular expression to match the HTPP URL. If there is match,
+			Regular expression to match the HTTP URL. If there is match,
 			then event route is not executed.
 		</para>
 		<para>