summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {