summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2008-06-18 09:19:39 +0000
committerDerick Rethans <github@derickrethans.nl>2008-06-18 09:19:39 +0000
commit3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f (patch)
tree52ac07fa9305eca0982877c639e4925f1fb2035d
parentb3002338ab45dc2bd3eda8fb809bd2418b2233ef (diff)
downloadzetacomponents-graph-3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f.zip
zetacomponents-graph-3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f.tar.gz
- Fixed typo.
-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