From 8fbe377d4ed4ff170653d317abaf12bece08bec3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 18 Jan 2011 17:59:21 +0000 Subject: Who knew system was such a popular sentence end... Who knew system was such a popular sentence ending choice. Fixes some doc comments caught up in the s/// net, no review. --- src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actors') diff --git a/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java b/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java index 9577537f30..13da20c4d6 100644 --- a/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java +++ b/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java @@ -45,7 +45,7 @@ public class ThreadHelpers { /** * Abstraction of the exception handler which receives notifications of - * exceptions occurred possibly in various parts of the sys. Exception + * exceptions occurred possibly in various parts of the system. Exception * handlers present attractive approach to exception handling in multi-threaded * systems, as they can handle exceptions that occurred in different threads. *

-- cgit v1.2.3