php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53110 Spelling mistakes in the french translation
Submitted: 2010-10-20 10:35 UTC Modified: 2010-10-21 15:41 UTC
From: linblow at hotmail dot fr Assigned: pierrick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: linblow at hotmail dot fr
New email:
PHP Version: OS:

 

 [2010-10-20 10:35 UTC] linblow at hotmail dot fr
Description:
------------
There are two spelling mistakes at the following page in the French documentation of the PDO->setAttribute function: http://fr.php.net/manual/fr/pdo.setattribute.php


--- FIRST MISTAKE ---

In the description of the PDO::ATTR_ERRMODE value, there is a plural noun whereas it should be singular.

It's written "une exceptions" (= "an exceptions"):

"PDO::ERRMODE_EXCEPTION : émet une exceptions."


It should be "une exception" with no "s" at the end (no plural so):

"PDO::ERRMODE_EXCEPTION : émet une exception."


--- SECOND MISTAKE ---

In the description of the PDO::ATTR_STATEMENT_CLASS value, it's written "utilisé" with no "e" at the end:

"Ne peut pas être utilisé a..."

Whereas it should be:

"Ne peut pas être utiliséE a..."


I guess I'm not wrong but if I am then sorry.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-21 15:41 UTC] pierrick@php.net
Automatic comment from SVN on behalf of pierrick
Revision: http://svn.php.net/viewvc/?view=revision&revision=304588
Log: Fixed bug #53110
 [2010-10-21 15:41 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2010-10-21 15:41 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.


 [2020-12-30 12:49 UTC] nikic@php.net
Automatic comment on behalf of pierrick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=b103c575b769da9921de1585bec1eac15bf3c4db
Log: Fixed bug #53110
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 09:01:30 2025 UTC