summary refs log tree commit diff stats
path: root/src/common/dcc.c
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2013-10-05 09:31:34 -0700
committerTingPing <TingPing@users.noreply.github.com>2013-10-05 09:31:34 -0700
commit435e8881ed7a21014d70069752d64267e92b7735 (patch)
treed467340d9aa1eb42eb3efd418012581c2680ebf0 /src/common/dcc.c
parentb1df2f43aa0af55614d29f44064233024f0b29a8 (diff)
parentcc6de3f6651e3d72bb4b1a3a84c00581f8d73a01 (diff)
Merge pull request #787 from siduction/master
some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..
Diffstat (limited to 'src/common/dcc.c')
-rw-r--r--src/common/dcc.c2
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)
 			{