From 573a4ea12f312be92ccbe2b2a420ae26427ac7cb Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 28 Aug 2014 16:14:59 +0200 Subject: [PATCH] Fix spelling mistakes --- library/Icinga/Chart/PieChart.php | 2 +- library/Icinga/Chart/Render/RenderContext.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Chart/PieChart.php b/library/Icinga/Chart/PieChart.php index 7f7541e4e..ed8ae28ea 100644 --- a/library/Icinga/Chart/PieChart.php +++ b/library/Icinga/Chart/PieChart.php @@ -16,7 +16,7 @@ use Icinga\Chart\Render\LayoutBox; /** * Graphing component for rendering Pie Charts. * - * See the graphs.md documentation for futher information about how to use this component + * See the graphs.md documentation for further information about how to use this component */ class PieChart extends Chart { diff --git a/library/Icinga/Chart/Render/RenderContext.php b/library/Icinga/Chart/Render/RenderContext.php index 476d36554..a5d308c6e 100644 --- a/library/Icinga/Chart/Render/RenderContext.php +++ b/library/Icinga/Chart/Render/RenderContext.php @@ -132,7 +132,7 @@ class RenderContext * @param int $x The relative x coordinate * @param int $y The relative y coordinate * - * @return array An x,y tupel containing absolute coordinates + * @return array An x,y tuple containing absolute coordinates * @see RenderContext::toRelative */ public function toAbsolute($x, $y)