Author: nextgens
Date: 2007-09-26 19:29:26 +0000 (Wed, 26 Sep 2007)
New Revision: 15353

Modified:
   branches/freenet-jfk/src/freenet/crypt/PCFBMode.java
Log:
Fix a typo

Modified: branches/freenet-jfk/src/freenet/crypt/PCFBMode.java
===================================================================
--- branches/freenet-jfk/src/freenet/crypt/PCFBMode.java        2007-09-26 
19:19:03 UTC (rev 15352)
+++ branches/freenet-jfk/src/freenet/crypt/PCFBMode.java        2007-09-26 
19:29:26 UTC (rev 15353)
@@ -111,7 +111,7 @@
     }

     /**
-     * NOTE: As a sideeffect, this will decrypt the data in the array.
+     * NOTE: As a side effect, this will decrypt the data in the array.
      */
     //public synchronized byte[] blockDecipher(byte[] buf, int off, int len) {
     public byte[] blockDecipher(byte[] buf, int off, int len) {


Reply via email to