summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-send.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-07-26 14:15:12 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-07-26 14:15:12 +0000
commit022b6f183a710c61c08b92de2fb9991e65a66b35 (patch)
tree7bfd44232e956f442b1953c7b4ceee753329958f /src/irc/dcc/dcc-send.c
parent927f7bc53e93c696c663c70f9ed904115fcb0508 (diff)
downloadirssi-022b6f183a710c61c08b92de2fb9991e65a66b35.zip
Fix typo.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4585 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc-send.c')
-rw-r--r--src/irc/dcc/dcc-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/dcc/dcc-send.c b/src/irc/dcc/dcc-send.c
index 66ccb5a1..9b5d1189 100644
--- a/src/irc/dcc/dcc-send.c
+++ b/src/irc/dcc/dcc-send.c
@@ -408,7 +408,7 @@ static int dcc_send_one_file(int queue, const char *target, const char *fname,
fname = g_basename(fname);
/* 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"))
str = NULL;
else {