From 68a69d1e65898fc9b849f7b23691d73a1a58e42f Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Tue, 29 Jan 2008 23:10:27 +0000
Subject: [PATCH] minor: fix typo

SVN: 3862
---
 .../ch/systemsx/cisd/common/utilities/ICleanUpRegistry.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/source/java/ch/systemsx/cisd/common/utilities/ICleanUpRegistry.java b/common/source/java/ch/systemsx/cisd/common/utilities/ICleanUpRegistry.java
index d3dbffa775c..53d0b0620af 100644
--- a/common/source/java/ch/systemsx/cisd/common/utilities/ICleanUpRegistry.java
+++ b/common/source/java/ch/systemsx/cisd/common/utilities/ICleanUpRegistry.java
@@ -25,7 +25,7 @@ public interface ICleanUpRegistry
 {
 
     /**
-     * Reguster a clean-up to run when the main {@link Runnable} has been executed.
+     * Register a clean-up to run when the main {@link Runnable} has been executed.
      */
     public void registerCleanUp(Runnable cleanUp);
     
-- 
GitLab