Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  typofixes
This commit is contained in:
Lior Kaplan 2014-08-17 15:48:22 +03:00
commit be2128c805
13 changed files with 13 additions and 13 deletions

View file

@ -1514,7 +1514,7 @@ function output_as_table(header, ar_out)
{
var l = header.length;
var cols = 80;
var fixedlenght = "";
var fixedlength = "";
var t = 0;
var i,j,k,m;
var out = "| ";