Skip to content

Commit

Permalink
Update Sources/Subs-Post.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesquipedalian authored Aug 5, 2023
1 parent ed99690 commit 8bb536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subs-Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ function server_parse($message, $socket, $code, &$response = null)
return substr($server_response, 0, 3);

$response_code = (int) substr($server_response, 0, 3);
if ($resonse_code != $code)
if ($response_code != $code)
{
// Ignoreable errors that we can't fix should not be logged.
/*
Expand Down

0 comments on commit 8bb536a

Please sign in to comment.