cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 19 Feb 2018 09:46:20 +0000 (10:46 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 19 Feb 2018 09:46:34 +0000 (10:46 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CdmAuthorityCompositeViewer.java

index 75a7b718bb090b8f6ae66131acd6cd08bccd5586..841d96e61c076461de939f3feca19327566d0ba9 100644 (file)
@@ -142,7 +142,7 @@ public class CdmAuthorityCompositeViewer extends ContentViewer {
                GrantedAuthorityImpl gai;
 
                try {
-                       // create a granted authrity from a cdm authority
+                       // create a granted authority from a cdm authority
                        gai = cdma.asNewGrantedAuthority();
                } catch (Exception e) {
                        MessagingUtils.warningDialog("Parsing Error", this, "Could not parse authority string");