Author: dbkr
Date: 2008-04-27 18:00:28 +0000 (Sun, 27 Apr 2008)
New Revision: 19575
Modified:
trunk/apps/Freemail/src/freemail/RTSFetcher.java
Log:
Comment typos
Modified: trunk/apps/Freemail/src/freemail/RTSFetcher.java
===================================================================
--- trunk/apps/Freemail/src/freemail/RTSFetcher.java 2008-04-27 14:55:20 UTC
(rev 19574)
+++ trunk/apps/Freemail/src/freemail/RTSFetcher.java 2008-04-27 18:00:28 UTC
(rev 19575)
@@ -255,9 +255,9 @@
return true;
}
- // read the rest of the file intio a byte array.
+ // read the rest of the file into a byte array.
// will probably have extra stuff on the end because
- // the byte array return by the decrypt function
+ // the byte array returned by the decrypt function
// isn't resized when we know how much plaintext
// there is. It would be a waste of time, we know
// we have to read exactly one RSA block's worth.