aboutsummaryrefslogtreecommitdiffstats
path: root/dcc.c
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-07 22:53:25 +0100
committerVeres Lajos <vlajos@gmail.com>2015-08-07 22:53:25 +0100
commite88fe7da23a43f7129ebf0001f22f25158c6ee4d (patch)
treee15c06267e1d4890b8b9abeafa4a78f198b0395a /dcc.c
parente11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff)
typofix - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'dcc.c')
-rw-r--r--dcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcc.c b/dcc.c
index 68a71118..56fec0f3 100644
--- a/dcc.c
+++ b/dcc.c
@@ -264,7 +264,7 @@ gboolean dccs_send_proto(gpointer data, gint fd, b_input_condition cond)
return dcc_abort(df, "Remote end closed connection");
}
- /* How likely is it that a 32-bit integer gets split accross
+ /* How likely is it that a 32-bit integer gets split across
packet boundaries? Chances are rarely 0 so let's be sure. */
if ((df->acked_len = (df->acked_len + ret) % 4) > 0) {
return TRUE;