Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52064 invoked by uid 1010); 17 Jan 2008 13:59:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52049 invoked from network); 17 Jan 2008 13:59:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2008 13:59:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=denials@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=denials@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: denials@gmail.com X-Host-Fingerprint: 209.85.198.191 rv-out-0910.google.com Received: from [209.85.198.191] ([209.85.198.191:4702] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/A4-18882-F2F5F874 for ; Thu, 17 Jan 2008 08:59:11 -0500 Received: by rv-out-0910.google.com with SMTP id k15so516738rvb.23 for ; Thu, 17 Jan 2008 05:59:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Oo1C9qAOP0j1VXncjzcKEe+jAuxXK7hotQIELAbkZ0s=; b=YCIBTOknbb5p5G0T/asOv4Z66eHVE7aXpIZoKFtJ19dTvDJFt9wPK9XoC/mqJT8EmAq55wXKKhAIzczKBFmBBGw9M2DSdeHNdMgd40oit0XmxXYxPABb6BO/YtpjgqoEj1kheoNP7p54Kyl+PpK0lycKl90YaJ9af2Pg9KDLiUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=QzyWLxC66wcKW9liT6QJNu5Lf6s33+Ljw2SrHl5quYkBk7tWsJz011m23IWAbKAWdbywWSFoiO3RazAEJ2dgn+PFaNc4ZFHZTOFPdhYeUhGvftTFt4fOdMxiuB7kBYsUkN+1fR/ZeXIQKwLC4BsEKyb5e9H4nNt1n9C5C5zx8DE= Received: by 10.140.82.40 with SMTP id f40mr1490374rvb.0.1200578347754; Thu, 17 Jan 2008 05:59:07 -0800 (PST) Received: by 10.140.186.4 with HTTP; Thu, 17 Jan 2008 05:59:07 -0800 (PST) Message-ID: Date: Thu, 17 Jan 2008 08:59:07 -0500 To: php-dev MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_89_32511199.1200578347790" Subject: PATCH: Minor method prototype doc typos in SplDoublyLinkedList From: denials@gmail.com ("Dan Scott") ------=_Part_89_32511199.1200578347790 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for the new SplDoublyLinkedList class - I'm looking forward to taking it out for a spin. Here's a patch for a few minor typos in the method docs: http://scratchpad.coffeecode.net/proto_typos.diff Dan Scott ------=_Part_89_32511199.1200578347790--