php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54827 French spelling mistakes in chdb_create()
Submitted: 2011-05-18 13:50 UTC Modified: 2011-05-18 15:39 UTC
From: gwarnants at gmail dot com Assigned: pierrick (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2011-05-18 13:50 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.chdb-create#Liste de paramètres
---

I noticed following spelling mistake in french translation of chdb_create() function (see $data parameter section)

"Les valeurs et les clés sont convertis en" should become
"Les valeurs et les clés sont converties en"

and

"avant d'être écrites dans le fichiers" should become
"avant d'être écrites dans le fichier"

Regards,
Geoffray

Expected result:
----------------
Les valeurs et les clés sont converties en chaîne de caractères avant d'être écrites dans le fichier

Actual result:
--------------
Les valeurs et les clés sont convertis en chaîne de caractères avant d'être écrites dans le fichiers

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-18 15:39 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-05-18 15:39 UTC] pierrick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2011-05-18 15:40 UTC] pierrick@php.net
Automatic comment from SVN on behalf of pierrick
Revision: http://svn.php.net/viewvc/?view=revision&revision=311187
Log: Fixed bugs #54818 #54819 #54825 #54826 #54827
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC