com doc/fr: Typo fix in output: language/context/http.xml

[email protected] (George Peter Banyard) Sat, 09 Jan 2021 00:48:13 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    7f11e561bc81d7fc23952770bdd855560cb13f81
Author:    George Peter Banyard <[email protected]>         Sat, 9 Jan 2021 00:48:13 +0000
Parents:   7d854c2a184644ab8dba94c24477cee034d9fa12
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=7f11e561bc81d7fc23952770bdd855560cb13f81

Log:
Typo fix in output

Update EN revision to a8aca5fb3fa39285aa22a856cffcb2bbedc15d5b

Changed paths:
  M  language/context/http.xml


Diff:
diff --git a/language/context/http.xml b/language/context/http.xml
index 9da071b493..e411a8237e 100644
--- a/language/context/http.xml
+++ b/language/context/http.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: a8aca5fb3fa39285aa22a856cffcb2bbedc15d5b Maintainer: jpauli Status: ready -->
 <!-- Reviewed: yes -->
 
 <refentry xml:id="context.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
@@ -283,7 +283,7 @@ fclose($stream);
 array (
   'wrapper_data' =>
   array (
-    0 => 'HTTP/1.0 301 Moved Permantenly',
+    0 => 'HTTP/1.0 301 Moved Permanently',
     1 => 'Cache-Control: no-cache',
     2 => 'Connection: close',
     3 => 'Location: http://example.com/foo.jpg',