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
This commit is contained in:
Giancarlo Panichi 2014-11-06 18:08:34 +00:00
parent 969f1341e8
commit 6861cf86fe
2 changed files with 2 additions and 2 deletions

View File

@ -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";
}
/**

View File

@ -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";
}
/**