Skip to content

Commit 49160cb

Browse files
committed
Minor typo & presentation fixes
1 parent 137458a commit 49160cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$u_info = array();
2020

2121

22-
// socket_noprmal_read pasted off php.net, thanks to the
22+
// socket_normal_read() was pasted off php.net, thanks to the
2323
// poster. used to correctly read to newlines on win32
2424
$sockets = array();
2525
$queues = array();
@@ -35,7 +35,7 @@ function socket_normal_read($socket)
3535
}
3636

3737
$recv = socket_read ($socket, $config['max_len']);
38-
//$recv = str_replace($recv, "\r", "");
38+
//$recv = str_replace($recv, "\r", "");
3939
if ($recv === "") {
4040
if (strpos ($queues[$i], $config['line_ending']) === false)
4141
return false;

0 commit comments

Comments
 (0)