svn: /web/doc-editor/trunk/php/ File.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 11 Nov 2009 22:03:30 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290559
Log:
Typo in comment
Changed paths:
U web/doc-editor/trunk/php/File.php
Modified: web/doc-editor/trunk/php/File.php
===================================================================
--- web/doc-editor/trunk/php/File.php 2009-11-11 22:03:00 UTC (rev 290558)
+++ web/doc-editor/trunk/php/File.php 2009-11-11 22:03:30 UTC (rev 290559)
@@ -239,9 +239,9 @@
/**
* Get the diff of a file with his modified version.
*
- * @param $rev1 Frist revison.
+ * @param $rev1 First revison.
* @param $rev2 Second revision.
- * @return The diff a the file with his modified version, as HTML, reday to be display.
+ * @return The diff a the file with his modified version, as HTML, ready to be display.
*/
public function vcsDiff($rev1, $rev2)
{