summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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