Fix typo in Perfdata::formatLabel()'s PHPDoc

This commit is contained in:
Eric Lippmann 2015-03-30 11:27:17 +02:00
parent 26ff265219
commit 0a7e76d190
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ class Perfdata
*
* @param bool $html
*
* @return stringS
* @return string
*/
public function formatLabel($html = false)
{