diff --git a/server.c b/server.c index 2f5912c..ca1d211 100644 --- a/server.c +++ b/server.c @@ -1259,7 +1259,7 @@ client_close(struct client *c) /* * We may end up calling client_close in various situations * and for the most unexpected reasons. Therefore, we need to - * ensure that everything is properly released once we reach + * ensure that everything gets properly released once we reach * this point. */