From: Alexandre Emsenhuber Date: Sun, 9 Jan 2011 11:48:10 +0000 (+0000) Subject: Fix typo from r79874 X-Git-Tag: 1.31.0-rc.0~32675 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=463b0b3f2c41ee9d4dbe794d6476b919051a98e6;p=lhc%2Fweb%2Fwiklou.git Fix typo from r79874 --- diff --git a/includes/Article.php b/includes/Article.php index c95b4c248f..7e49d61201 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -711,7 +711,7 @@ class Article { } /** - * Set the lastest revision + * Set the latest revision */ protected function setLastEdit( Revision $revision ) { $this->mLastRevision = $revision;