diff --git a/source/de/anomic/plasma/plasmaCrawlStacker.java b/source/de/anomic/plasma/plasmaCrawlStacker.java index 033dd2cf3..a5b172741 100644 --- a/source/de/anomic/plasma/plasmaCrawlStacker.java +++ b/source/de/anomic/plasma/plasmaCrawlStacker.java @@ -122,7 +122,7 @@ public final class plasmaCrawlStacker { public void close() { try { - this.log.logFine("Shutdown. Terminationg worker threads."); + this.log.logFine("Shutdown. Terminating worker threads."); if (this.theWorkerPool != null) this.theWorkerPool.close(); } catch (Exception e1) { this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1); @@ -863,4 +863,4 @@ public final class plasmaCrawlStacker { } } -} \ No newline at end of file +}