mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Fix spelling mistakes
This commit is contained in:
parent
0da16e4c68
commit
573a4ea12f
@ -16,7 +16,7 @@ use Icinga\Chart\Render\LayoutBox;
|
|||||||
/**
|
/**
|
||||||
* Graphing component for rendering Pie Charts.
|
* 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
|
class PieChart extends Chart
|
||||||
{
|
{
|
||||||
|
@ -132,7 +132,7 @@ class RenderContext
|
|||||||
* @param int $x The relative x coordinate
|
* @param int $x The relative x coordinate
|
||||||
* @param int $y The relative y 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
|
* @see RenderContext::toRelative
|
||||||
*/
|
*/
|
||||||
public function toAbsolute($x, $y)
|
public function toAbsolute($x, $y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user