php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61160 typo (writeable -> writable)
Submitted: 2012-02-18 20:15 UTC Modified: 2012-03-18 13:21 UTC
From: kaplanlior at gmail dot com Assigned:
Status: Not a bug Package: APC (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 39 = ?
Subscribe to this entry?

 
 [2012-02-18 20:15 UTC] kaplanlior at gmail dot com
Description:
------------
Found a typo in the code, "writeable" should be "writable".

Reproduce code:
---------------
APC-3.1.9/apc_pthreadmutex.c:36:        apc_error("pthread mutex error: attr does not point to writeable memory." TSRMLS_CC);
APC-3.1.9/apc_pthreadrwlock.c:36:        apc_error("pthread rwlock error: attr does not point to writeable memory." TSRMLS_CC);



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-22 14:42 UTC] anon at anon dot anon
Either spelling is correct. http://www.thefreedictionary.com/writeable
 [2012-02-22 15:18 UTC] kaplanlior at gmail dot com
Indeed, but writable is more common (google test, and old fashioned dictionaries).
 [2012-03-18 13:21 UTC] pajoye@php.net
-Status: Open +Status: Not a bug
 [2012-03-18 13:21 UTC] pajoye@php.net
Well, both are correct and that's just fine :) no UK vs US grammar flame wars 
please ;-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC