php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60874 typo (paramter -> parameter)
Submitted: 2012-01-25 09:07 UTC Modified: 2012-01-27 21:22 UTC
From: kaplanlior at gmail dot com Assigned: felipe (profile)
Status: Closed Package: ssh2 (PECL)
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: kaplanlior at gmail dot com
New email:
PHP Version: OS:

 

 [2012-01-25 09:07 UTC] kaplanlior at gmail dot com
Description:
------------
While packaging pecl ssh2 0.11.3 for debian I noticed a warning about a spell check.

See output bellow

N: Processing binary package libssh2-php (version 0.11.3-0.1, arch amd64) ...
I: libssh2-php: spelling-error-in-binary usr/lib/php5/20090626/ssh2.so paramter parameter

$ grep -R paramter ssh2-0.11.3/
ssh2-0.11.3/ssh2_fopen_wrappers.c:        php_error_docref(NULL TSRMLS_CC, E_ERROR, "width specified without height paramter");

An "e" is missing, should be "parameter".


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-27 21:22 UTC] felipe@php.net
Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=322872
Log: - Fixed bug #60874 (typo (paramter -> parameter))
 [2012-01-27 21:22 UTC] felipe@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2012-01-27 21:22 UTC] felipe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC