Author: nextgens
Date: 2006-12-23 10:52:48 +0000 (Sat, 23 Dec 2006)
New Revision: 11516

Modified:
   trunk/freenet/src/freenet/keys/FreenetURI.java
Log:
Fix a typo in the javadoc

Modified: trunk/freenet/src/freenet/keys/FreenetURI.java
===================================================================
--- trunk/freenet/src/freenet/keys/FreenetURI.java      2006-12-23 00:39:22 UTC 
(rev 11515)
+++ trunk/freenet/src/freenet/keys/FreenetURI.java      2006-12-23 10:52:48 UTC 
(rev 11516)
@@ -36,7 +36,7 @@
  * 
<code>freenet:[KeyType@]RoutingKey,CryptoKey[,n1=v1,n2=v2,...][/docname][/metastring]</code>
  * </p>
  * <p>
- * where KeyType is the TLA of the key (currently SVK, SSK, KSK, or CHK). If
+ * where KeyType is the TLA of the key (currently USK, SSK, KSK, or CHK). If
  * omitted, KeyType defaults to KSK.
  * BUT: CHKs don't support or require a docname.
  * KSKs and SSKs do.


Reply via email to