[pisa-src] r1055 - trunk/pisacd

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 08 Oct 2009 15:57:21 +0200

Author: tjansen
Date: Thu Oct  8 15:57:21 2009
New Revision: 1055

Log:
Fixed a typo in a comment.

Modified:
   trunk/pisacd/cdmain.c

Modified: trunk/pisacd/cdmain.c
==============================================================================
--- trunk/pisacd/cdmain.c       Thu Oct  8 15:30:08 2009        (r1054)
+++ trunk/pisacd/cdmain.c       Thu Oct  8 15:57:21 2009        (r1055)
@@ -652,7 +652,7 @@
  */
 static inline void cd_check_manage_timeout(void)
 {
-       /* Clean up expiered connection entries once in waitingPeriod */
+       /* Clean up expired connection entries once in waitingPeriod */
        time(&currentTime);
 
        if (currentTime - init_pareq_period > cd_cfg.pareq_interval) {

Other related posts:

  • » [pisa-src] r1055 - trunk/pisacd - Thomas Jansen