# HG changeset patch # User Thomas Klausner # Date 1364486931 -3600 # Node ID 8af24e6143cecf8c39c52521c77158e777f5e0ed # Parent cafdcbcb5e79dc0d5813c89220a24160a5672d67 Fix typo in comment. diff -r cafdcbcb5e79 -r 8af24e6143ce libfdcore/fdcore-internal.h --- a/libfdcore/fdcore-internal.h Thu Mar 28 11:20:50 2013 +0800 +++ b/libfdcore/fdcore-internal.h Thu Mar 28 17:08:51 2013 +0100 @@ -70,7 +70,7 @@ #define DPR_TIMEOUT 15 /* in seconds */ #endif /* DPR_TIMEOUT */ -/* Delai where the connection is maintained opened to allow exchanging remaining pending answers after DPR/DPA */ +/* Delay where the connection is maintained opened to allow exchanging remaining pending answers after DPR/DPA */ #ifndef GRACE_TIMEOUT #define GRACE_TIMEOUT 1 /* in seconds */ #endif /* GRACE_TIMEOUT */