Fix NPE when connecting to local cdm server with dev settings
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / CdmViewerChooser.java
index 73b59be913fb5561d1435ea41e0d39f2005fc482..e0031327fbe6eadc717671d4ac3a3c5877f2145b 100644 (file)
@@ -123,7 +123,7 @@ public class CdmViewerChooser extends PopupDialog implements ISelectionChangedLi
                 } catch (NotDefinedException nde) {
                     throw new RuntimeException("Could not find open command: " + commandId);
                 } catch (Exception exception) {
-                    MessagingUtils.error(getClass(), "An exception occured while trying execute "+commandId, exception);
+                    MessagingUtils.error(getClass(), "An exception occurred while trying execute "+commandId, exception);
                 }
             }
         }