Author: juiceman
Date: 2007-05-13 20:43:16 +0000 (Sun, 13 May 2007)
New Revision: 13238
Modified:
trunk/apps/bookmarkplugin/src/falimat/freenet/crypt/CryptoUtil.java
Log:
Trivial. freenet -> Freenet
Modified: trunk/apps/bookmarkplugin/src/falimat/freenet/crypt/CryptoUtil.java
===================================================================
--- trunk/apps/bookmarkplugin/src/falimat/freenet/crypt/CryptoUtil.java
2007-05-13 20:41:34 UTC (rev 13237)
+++ trunk/apps/bookmarkplugin/src/falimat/freenet/crypt/CryptoUtil.java
2007-05-13 20:43:16 UTC (rev 13238)
@@ -81,7 +81,7 @@
return clientSSK;
} catch (RuntimeException e) {
- String msg = "The private ssk does not seem to be a valid freenet
insert URI";
+ String msg = "The private SSK does not seem to be a valid Freenet
insert URI";
throw new ParamRuntimeException(msg);
}
}