aboutsummaryrefslogtreecommitdiffstats
path: root/dcc.c
diff options
context:
space:
mode:
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;