Author: dbkr
Date: 2007-02-04 16:03:30 +0000 (Sun, 04 Feb 2007)
New Revision: 11670

Modified:
   trunk/apps/Freemail/src/freemail/SlotManager.java
Log:
Trivial: Typo in comment.


Modified: trunk/apps/Freemail/src/freemail/SlotManager.java
===================================================================
--- trunk/apps/Freemail/src/freemail/SlotManager.java   2007-02-04 16:03:00 UTC 
(rev 11669)
+++ trunk/apps/Freemail/src/freemail/SlotManager.java   2007-02-04 16:03:30 UTC 
(rev 11670)
@@ -28,7 +28,7 @@
  *  ones still need to be checked, which ones are used and which have expired.
  */
 public abstract class SlotManager {
-       // how long we should keep checking a slot for which a successibe slot 
has
+       // how long we should keep checking a slot for which a successive slot 
has
        // had a message retrieved on
        private static final long SLOT_LIFETIME = 7 * 24 * 60 * 60 * 1000;
        private static final int DEFAULT_POLL_AHEAD = 3;


Reply via email to