From e88fe7da23a43f7129ebf0001f22f25158c6ee4d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Fri, 7 Aug 2015 22:53:25 +0100 Subject: typofix - https://github.com/vlajos/misspell_fixer --- dcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcc.c') 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; -- cgit v1.2.3