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/renderer | |
parent | d31b67d037401c1143eb92d2eeac633d95f14435 (diff) | |
download | zetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.zip zetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.tar.gz |
- Fixed typo in API docs
Diffstat (limited to 'src/renderer')
-rw-r--r-- | src/renderer/2d.php | 2 | ||||
-rw-r--r-- | src/renderer/3d.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/2d.php b/src/renderer/2d.php index 1ca9369..a821d80 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -1266,7 +1266,7 @@ class ezcGraphRenderer2d * 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 diff --git a/src/renderer/3d.php b/src/renderer/3d.php index d3fe9de..cb0ed2a 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -2004,7 +2004,7 @@ class ezcGraphRenderer3d * 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 |