From 6861cf86fe0be71d9257c941dc72b09fbf0da04f Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 6 Nov 2014 18:08:34 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101483 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/gwtservice/shared/document/CodelistDocument.java | 2 +- .../user/td/gwtservice/shared/document/DatasetDocument.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; } /**