Author: j16sdiz
Date: 2008-10-30 06:56:36 +0000 (Thu, 30 Oct 2008)
New Revision: 23212

Modified:
   trunk/freenet/src/freenet/node/KeyTracker.java
Log:
typo fix

Modified: trunk/freenet/src/freenet/node/KeyTracker.java
===================================================================
--- trunk/freenet/src/freenet/node/KeyTracker.java      2008-10-30 02:20:49 UTC 
(rev 23211)
+++ trunk/freenet/src/freenet/node/KeyTracker.java      2008-10-30 06:56:36 UTC 
(rev 23212)
@@ -57,7 +57,7 @@
        /** Serial numbers of packets that we have forgotten. Usually
         * when we have forgotten a packet it just means that it has 
         * been shifted to another KeyTracker because this one was
-        * depreciated; the messages will get through in the end.
+        * deprecated; the messages will get through in the end.
         */
        private final List<QueuedForgotten> forgottenQueue;
        /** The highest incoming serial number we have ever seen
@@ -107,7 +107,7 @@
        }

        /**
-        * Set the depreciated flag to indicate that we are now
+        * Set the deprecated flag to indicate that we are now
         * no longer the primary key. And wake up any threads trying to lock
         * a packet number; they can be sent with the new KT.
         * 


Reply via email to