Skip to content

Commit

Permalink
typo fix in the compressor verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Apr 30, 2012
1 parent 514d832 commit 19e51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit_area/edit_area_compressor.php
Expand Up @@ -140,7 +140,7 @@ function __construct($param)
} }
else else
{ {
if (!empty($this->param['verbose2stdout'])) echo "\n\n\nGenrating output WITHOUT plugins\n"; if (!empty($this->param['verbose2stdout'])) echo "\n\n\nGenerating output WITHOUT plugins\n";
$this->load_all_plugins= false; $this->load_all_plugins= false;
$this->full_cache_file= $this->path."edit_area_full.js"; $this->full_cache_file= $this->path."edit_area_full.js";
$this->gzip_cache_file= $this->path."edit_area_full.gz"; $this->gzip_cache_file= $this->path."edit_area_full.gz";
Expand Down

0 comments on commit 19e51ec

Please sign in to comment.