summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-11-24 12:04:31 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-11-24 12:04:31 +0000
commitf10ff7c166588273a1554bae84710debf0131a8c (patch)
tree86bc4fc07f86757085cb77f6265fc8891405064f /src
parentd31b67d037401c1143eb92d2eeac633d95f14435 (diff)
downloadzetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.zip
zetacomponents-graph-f10ff7c166588273a1554bae84710debf0131a8c.tar.gz
- Fixed typo in API docs
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/renderer.php2
-rw-r--r--src/renderer/2d.php2
-rw-r--r--src/renderer/3d.php2
3 files changed, 3 insertions, 3 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
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
OpenPOWER on IntegriCloud