Merge r22 from branches/ircii-pana-1.1

Fix spelling error in dcc.c


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@39 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-05-07 11:00:16 +00:00
parent ee2fe058c2
commit cc9073707e

View File

@@ -1175,7 +1175,7 @@ UserList *ul = NULL;
TempInt = (unsigned)strtoul(port, NULL, 10); TempInt = (unsigned)strtoul(port, NULL, 10);
if (TempInt < 1024) if (TempInt < 1024)
{ {
put_it("%s", convert_output_format("$G %RDCC%n Priveleged port attempt [$0]", "%d", TempInt)); put_it("%s", convert_output_format("$G %RDCC%n Privileged port attempt [$0]", "%d", TempInt));
reset_display_target(); reset_display_target();
return; return;
} }