mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fix typo.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4585 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
927f7bc53e
commit
022b6f183a
@ -408,7 +408,7 @@ static int dcc_send_one_file(int queue, const char *target, const char *fname,
|
|||||||
fname = g_basename(fname);
|
fname = g_basename(fname);
|
||||||
|
|
||||||
/* Replace all the spaces with underscore so that lesser
|
/* Replace all the spaces with underscore so that lesser
|
||||||
intellgent clients can communicate.. */
|
intelligent clients can communicate.. */
|
||||||
if (!settings_get_bool("dcc_send_replace_space_with_underscore"))
|
if (!settings_get_bool("dcc_send_replace_space_with_underscore"))
|
||||||
str = NULL;
|
str = NULL;
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user