Skip to content

Commit 380e82d

Browse files
committed
Use correct preposition
1 parent 9aecf5b commit 380e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulls/api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function verify_password_DEV($user, $pass)
5757

5858
function ghpostcomment($pull, $comment)
5959
{
60-
$post = json_encode(array("body" => "**Comment in behalf of $_SESSION[user] at php.net:**\n\n$comment"));
60+
$post = json_encode(array("body" => "**Comment on behalf of $_SESSION[user] at php.net:**\n\n$comment"));
6161

6262

6363
$opts = array(

0 commit comments

Comments
 (0)