Author: toad
Date: 2008-08-30 17:15:38 +0000 (Sat, 30 Aug 2008)
New Revision: 22254
Modified:
trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
spelling
Modified: trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
2008-08-30 16:16:26 UTC (rev 22253)
+++ trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
2008-08-30 17:15:38 UTC (rev 22254)
@@ -73,7 +73,7 @@
return;
}
if (metadata != null) {
- Logger.error(this, "metdata=" + metadata + " on
start(), should be impossible", new Exception("debug"));
+ Logger.error(this, "metadata=" + metadata + "
on start(), should be impossible", new Exception("debug"));
return;
}
origSFI.start(null);