From: Timo Tijhof Date: Thu, 19 Sep 2013 16:39:34 +0000 (+0200) Subject: doc: Fix grammar in GitInfo documentation comment X-Git-Tag: 1.31.0-rc.0~18726 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=90f6f5840ece52ab0bfd14761c62377f3913f78c;p=lhc%2Fweb%2Fwiklou.git doc: Fix grammar in GitInfo documentation comment Change-Id: I67da49398f1281b83700884475d364f6b30c05c8 --- diff --git a/includes/GitInfo.php b/includes/GitInfo.php index 407b3cb43c..f49f9be138 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -162,7 +162,7 @@ class GitInfo { /** * Get an URL to a web viewer link to the HEAD revision. * - * @return string|bool string if an URL is available or false otherwise. + * @return string|bool string if a URL is available or false otherwise. */ public function getHeadViewUrl() { $config = "{$this->basedir}/config";