From zeta-commits-return-397-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Tue Dec 13 10:44:32 2011 Return-Path: X-Original-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E29387493 for ; Tue, 13 Dec 2011 10:44:32 +0000 (UTC) Received: (qmail 67543 invoked by uid 500); 13 Dec 2011 10:44:32 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 67508 invoked by uid 500); 13 Dec 2011 10:44:32 -0000 Mailing-List: contact zeta-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zeta-dev@incubator.apache.org Delivered-To: mailing list zeta-commits@incubator.apache.org Received: (qmail 67500 invoked by uid 99); 13 Dec 2011 10:44:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 10:44:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 10:44:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B3E7923889E2; Tue, 13 Dec 2011 10:44:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Tue, 13 Dec 2011 10:44:09 -0000 To: zeta-commits@incubator.apache.org From: jpic@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111213104409.B3E7923889E2@eris.apache.org> Subject: [zeta-commits] svn commit: r1213643 - /incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php Author: jpic Date: Tue Dec 13 10:44:09 2011 New Revision: 1213643 URL: http://svn.apache.org/viewvc?rev=1213643&view=rev Log: - Fixed #95 (typo in docblock), thanks Yousif Masoud Modified: incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php Modified: incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php?rev=1213643&r1=1213642&r2=1213643&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php (original) +++ incubator/zetacomponents/trunk/Graph/src/interfaces/axis_label_renderer.php Tue Dec 13 10:44:09 2011 @@ -43,7 +43,7 @@ * Indicates if steps are shown on the outer side of axis. * @property bool $outerGrid * Indicates if the grid is shown on the outer side of axis. - * @property bool $showLables + * @property bool $showLabels * Indicates if the labels should be shown * @property int $labelPadding * Padding of labels.