Fix spelling error concatinated -> concatenated

This commit is contained in:
Malcolm Fell 2013-06-28 08:48:31 +12:00
parent dd8abee4b4
commit 0ab2ec2d73

View File

@ -74,7 +74,7 @@ $sgl_quotes
END; // Nowdoc syntax is available in PHP 5.3.0
// Manipulation
$concatinated = $sgl_quotes + $dbl_quotes;
$concatenated = $sgl_quotes + $dbl_quotes;
```
### Compound