From 528b8cc4fa1a3cee71cd647ec399caf68760c9c0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 22 Aug 2010 13:39:43 -0700 Subject: [PATCH] reconnect: Fix typo in comment. --- lib/reconnect.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/reconnect.c b/lib/reconnect.c index 169f3173c..773190bdf 100644 --- a/lib/reconnect.c +++ b/lib/reconnect.c @@ -379,7 +379,8 @@ reconnect_disconnected(struct reconnect *fsm, long long int now, int error) /* Tell 'fsm' that a connection or listening attempt is in progress. * * The FSM will start a timer, after which the connection or listening attempt - * will be aborted (by returning RECONNECT_DISCONNECT from reconect_run()). */ + * will be aborted (by returning RECONNECT_DISCONNECT from + * reconnect_run()). */ void reconnect_connecting(struct reconnect *fsm, long long int now) { -- 2.43.0