Skip to content

Commit

Permalink
refactor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
francoparente committed Apr 26, 2022
1 parent c16f248 commit c3a5112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/module/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int on_run(context_t *context)
return SERVER_RUNTIME_ERROR;
}

LOG_DEBUG("Server listenning. Awaiting for connections.");
LOG_DEBUG("Server listening. Awaiting for connections.");

for (;;)
servidor_run(&(context->server), routine);
Expand Down

0 comments on commit c3a5112

Please sign in to comment.