typo
authorKatja Luther <k.luther@bgbm.org>
Wed, 13 Feb 2019 19:55:53 +0000 (20:55 +0100)
committerKatja Luther <k.luther@bgbm.org>
Wed, 13 Feb 2019 19:55:53 +0000 (20:55 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/MessagingUtils.java

index 6d3d43f355645fc96a307342b7e49b030569de3f..aa3058954f17f2867755ab943faab0cb75940ed4 100644 (file)
@@ -37,7 +37,7 @@ public class MessagingUtils {
     public final static String CONNECTION_FAILURE_MESSAGE = "The connection to the remote server has been broken";
     public final static String REMOTE_ACCESS_FAILURE_MESSAGE = "Maybe the server is currently not available. If the problem persists please contact the server admin with the error trace below.";
     public static final String WIDGET_IS_DISPOSED_MESSAGE = "A widget was called, which was already disposed";
-    public static final String ACCESS_DENIED = "The connection to the server could not be esablished because the access was denied.";
+    public static final String ACCESS_DENIED = "The connection to the server could not be established because the access was denied.";
     /**
      * Gets the Log4J logger for a given class
      *