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 c14250df91baa53af46b842246b3fbb7756f5edb..f88bcd87baa07b280a59dfaa7af29734b9efce18 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