diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2008-11-24 12:04:31 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2008-11-24 12:04:31 +0000 |
commit | f10ff7c166588273a1554bae84710debf0131a8c (patch) | |
tree | 86bc4fc07f86757085cb77f6265fc8891405064f /src/interfaces | |
parent | d31b67d037401c1143eb92d2eeac633d95f14435 (diff) | |
download | zetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.zip zetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.tar.gz |
- Fixed typo in API docs
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/renderer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php index e0000bb..8abbcfb 100644 --- a/src/interfaces/renderer.php +++ b/src/interfaces/renderer.php @@ -350,7 +350,7 @@ abstract class ezcGraphRenderer * class. * * Additionally it can be specified if a major and minor grid are rendered - * by defining a color for them. Teh axis label is used to add a caption + * by defining a color for them. The axis label is used to add a caption * for the axis. * * @param ezcGraphBoundings $boundings Boundings of axis |