From 5f06af33ab72d314773a684732ecd543e5fb09b7 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Fri, 9 May 2008 11:30:21 +0000
Subject: [PATCH] minor: - Typo error.

SVN: 5987
---
 .../java/ch/systemsx/cisd/common/exceptions/StatusFlag.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/source/java/ch/systemsx/cisd/common/exceptions/StatusFlag.java b/common/source/java/ch/systemsx/cisd/common/exceptions/StatusFlag.java
index c14250df91b..f88bcd87baa 100644
--- a/common/source/java/ch/systemsx/cisd/common/exceptions/StatusFlag.java
+++ b/common/source/java/ch/systemsx/cisd/common/exceptions/StatusFlag.java
@@ -17,7 +17,7 @@
 package ch.systemsx.cisd.common.exceptions;
 
 /**
- * The status of an operation. To be used whenever a failure of an operation is signalled back via a
+ * The status of an operation. To be used whenever a failure of an operation is signaled back via a
  * return value rather than an exception.
  * 
  * @author Bernd Rinn
@@ -27,9 +27,9 @@ public enum StatusFlag
 
     /** The operation has been successful. */
     OK,
-    /** An error has occured. Retrying the operation might remedy the problem. */
+    /** An error has occurred. Retrying the operation might remedy the problem. */
     RETRIABLE_ERROR,
-    /** A fatal error has occured. */
+    /** A fatal error has occurred. */
     FATAL_ERROR
 
 }
\ No newline at end of file
-- 
GitLab