diff options
author | Derick Rethans <github@derickrethans.nl> | 2008-06-18 09:19:39 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2008-06-18 09:19:39 +0000 |
commit | 3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f (patch) | |
tree | 52ac07fa9305eca0982877c639e4925f1fb2035d /src/exceptions | |
parent | b3002338ab45dc2bd3eda8fb809bd2418b2233ef (diff) | |
download | zetacomponents-graph-3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f.zip zetacomponents-graph-3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f.tar.gz |
- Fixed typo.
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/unregular_steps.php | 2 |
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." ); } } |