From b12e7c135eee0120166b0cabce9dc9d5fa1fc90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Mar 2014 11:04:57 +0100 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- hooks/sob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/sob.php b/hooks/sob.php index ceecbf8..84e9c8b 100644 --- a/hooks/sob.php +++ b/hooks/sob.php @@ -25,7 +25,7 @@ if (count($missing) > 0) { $message = "Following commits are missing Signed-Off-By:\n\n"; $message .= implode(', ', $missing); - $message .= "\n\nSee https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md for more information." + $message .= "\n\nSee https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md for more information."; github_comment($data['pull_request']['number'], $message); die('Comment posted.'); )