Skip to content

Commit ba71fba

Browse files
Fixed a typo
1 parent 9b57f84 commit ba71fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repository/Assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function show($username, $repository, $id)
6767
public function create($username, $repository, $id, $name, $contentType, $content)
6868
{
6969
if (!defined('OPENSSL_TLSEXT_SERVER_NAME') || !OPENSSL_TLSEXT_SERVER_NAME) {
70-
throw new ErrorException('Asset upload support requires Server Name Indication. This is not supported se your PHP version. See http://php.net/manual/en/openssl.constsni.php.');
70+
throw new ErrorException('Asset upload support requires Server Name Indication. This is not supported by your PHP version. See http://php.net/manual/en/openssl.constsni.php.');
7171
}
7272

7373
// Asset creation requires a separate endpoint, uploads.github.com.

0 commit comments

Comments
 (0)