mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue