diff options
Diffstat (limited to 'src/common/dcc.c')
-rw-r--r-- | src/common/dcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dcc.c b/src/common/dcc.c index 5f4b1190..57354ba9 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -394,7 +394,7 @@ dcc_close (struct DCC *dcc, int dccstat, int destroy) if(dccstat == STAT_DONE) { - /* if we just completed a dcc recieve, move the */ + /* if we just completed a dcc receive, move the */ /* completed file to the completed directory */ if(dcc->type == TYPE_RECV) { |