Skip to content

Commit

Permalink
Merge pull request laruence#332 from netroby/pr/typo-fix-env
Browse files Browse the repository at this point in the history
Fix typo environ <- envrion
  • Loading branch information
laruence authored Feb 27, 2017
2 parents baa8bc4 + 86d5111 commit f7da7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/yaf_classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class Yaf_Application {
protected $_err_msg = "";

/* methods */
public function __construct($config, $envrion = NULL) {
public function __construct($config, $environ = NULL) {
}
public function run() {
}
Expand Down

0 comments on commit f7da7b4

Please sign in to comment.