Commit: 5f6b373c74b786774310b255148c5a57ef1ca771 Author: Niklas Keller <[email protected]> Tue, 31 Jan 2017 18:14:12 +0100 Parents: d97681f72dfb013e3c66252cf105cbd7944d523e Branches: master
Link: http://git.php.net/?p=web/people.git;a=commitdiff;h=5f6b373c74b786774310b255148c5a57ef1ca771 Log: Fix typo Changed paths: M include/karma.php Diff: diff --git a/include/karma.php b/include/karma.php index 63bf290..8ade67c 100644 --- a/include/karma.php +++ b/include/karma.php @@ -143,7 +143,7 @@ function formatKarmaLinks($line) // PHP Group members, such as Rasmus, got access to everything. This // check prevents broken links to /viewvc/* if ($path === '*') { - return '<strong>This user have karma for everything!</strong>'; + return '<strong>This user has karma for everything!</strong>'; } $url = "https://svn.php.net/viewvc/".strtr($path, array("/*/" => "/trunk/")); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
