svn: /web/doc-editor/trunk/php/ LogManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 26 Dec 2009 23:59:19 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292681
Log:
typo
Changed paths:
U web/doc-editor/trunk/php/LogManager.php
Modified: web/doc-editor/trunk/php/LogManager.php
===================================================================
--- web/doc-editor/trunk/php/LogManager.php 2009-12-26 23:58:46 UTC (rev 292680)
+++ web/doc-editor/trunk/php/LogManager.php 2009-12-26 23:59:19 UTC (rev 292681)
@@ -198,7 +198,7 @@
* Get the data about a failed build.
*
* @param $id The id of the failed build into DB we want to retrieve
- * @param $highlight If set to tru (default), some elements of the content is html-hightlighted.
+ * @param $highlight If set to true (default), some elements of the content is html-highlighted.
* @return The content of this failed build
*/
public function getFailedBuildData($id, $highlight=true)