diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/CodelistDocument.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/CodelistDocument.java index c4b78e7..5c1c7e5 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/CodelistDocument.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/CodelistDocument.java @@ -32,7 +32,7 @@ public class CodelistDocument implements SDMXDocument { * {@inheritDoc} */ public String getDescription() { - return "Select this document if you want to retrive codelist"; + return "Select this document if you want to retrieve codelist"; } /** diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/DatasetDocument.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/DatasetDocument.java index f2bba2e..ae1415c 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/DatasetDocument.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/document/DatasetDocument.java @@ -33,7 +33,7 @@ public class DatasetDocument implements SDMXDocument { * {@inheritDoc} */ public String getDescription() { - return "Select this document if you want to retrive dataset"; + return "Select this document if you want to retrieve dataset"; } /**