summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/exceptions/unregular_steps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions/unregular_steps.php b/src/exceptions/unregular_steps.php
index 3a6998a..d7bb198 100644
--- a/src/exceptions/unregular_steps.php
+++ b/src/exceptions/unregular_steps.php
@@ -24,7 +24,7 @@ class ezcGraphUnregularStepsException extends ezcGraphException
*/
public function __construct()
{
- parent::__construct( "Bar charts do not support axis with unregualr steps sizes." );
+ parent::__construct( "Bar charts do not support axis with unregular steps sizes." );
}
}
OpenPOWER on IntegriCloud