mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@598 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4dd7ef37ff
commit
de5a4fd2ff
@ -915,7 +915,7 @@ void NetSendToAll(char* s)
|
||||
char buffer[MAXBUF];
|
||||
snprintf(buffer,MAXBUF,"%s",s);
|
||||
|
||||
log(DEBUG,"NetSendToAll: '%s'",target,s);
|
||||
log(DEBUG,"NetSendToAll: '%s'",s);
|
||||
|
||||
for (int j = 0; j < 32; j++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user