From 90f6f5840ece52ab0bfd14761c62377f3913f78c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 19 Sep 2013 18:39:34 +0200 Subject: [PATCH] doc: Fix grammar in GitInfo documentation comment Change-Id: I67da49398f1281b83700884475d364f6b30c05c8 --- includes/GitInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1