diff --git a/datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/DataSetStorageAlgorithmRunner.java b/datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/DataSetStorageAlgorithmRunner.java
index bab3be9dcdfc723261eb0089d12a993c4ca0609b..61de533a697b875693e78ef458429c45871d565e 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/DataSetStorageAlgorithmRunner.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/etlserver/registrator/DataSetStorageAlgorithmRunner.java
@@ -256,7 +256,7 @@ public class DataSetStorageAlgorithmRunner<T extends DataSetInformation>
     private void rollbackStorageProcessors(Throwable ex)
     {
         operationLog.error(
-                "Error during dataset registertion: " + ExceptionUtils.getRootCauseMessage(ex), ex);
+                "Error during dataset registration: " + ExceptionUtils.getRootCauseMessage(ex), ex);
 
         // Errors which are not AssertionErrors leave the system in a state that we don't
         // know and can't trust. Thus we will not perform any operations any more in this