Skip to content

Commit

Permalink
Merge pull request #4 from avram/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
danopia authored Jan 10, 2019
2 parents 721f0b8 + b9db16e commit 8cf1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function array_removal($val, &$arr) {
return true;
}

// Removes a client with a certian nick from an array of clients, using array_removal
// Removes a client with a certain nick from an array of clients, using array_removal
function nick_removal($nick, &$arr) {
foreach ($arr as $id => $him) {
if (strtolower($him['nick']) == strtolower($nick))
Expand Down

0 comments on commit 8cf1ddf

Please sign in to comment.