diff options
author | James Booth <boothj5@gmail.com> | 2015-09-30 00:07:35 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-30 00:07:35 +0100 |
commit | 075c108e2d748340f351ae965943fa1a9cc5bb38 (patch) | |
tree | 8cf0296c3e65691ebe14aaead8c13c9dc70ad2b7 | |
parent | 1afe492e307de8f3548ebf2661323ea30e03ed52 (diff) | |
download | profani-tty-075c108e2d748340f351ae965943fa1a9cc5bb38.tar.gz |
Fixed spelling
-rw-r--r-- | src/event/server_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/server_events.c b/src/event/server_events.c index 91e1ca7b..83310e7d 100644 --- a/src/event/server_events.c +++ b/src/event/server_events.c @@ -772,7 +772,7 @@ sv_ev_lastactivity_response(const char * const from, const int seconds, const ch if (msg) { cons_show("%s currently logged in, status: %s", from, msg); } else { - cons_show("%s currently loggrd in", from); + cons_show("%s currently logged in", from); } } else { if (msg) { |