Author: chatellier Date: 2008-10-31 12:12:29 +0000 (Fri, 31 Oct 2008) New Revision: 1580 Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/datastore/RegionStorage.java Log: Comments Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/datastore/RegionStorage.java =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/datastore/RegionStorage.java 2008-10-30 17:47:57 UTC (rev 1579) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/datastore/RegionStorage.java 2008-10-31 12:12:29 UTC (rev 1580) @@ -193,12 +193,12 @@ } /** - * Checkout not existing Region localy from server + * Checkout not existing Region locally from server * * @param name name of region to retrieve * @throws VCSException if problem with vcs while checkout * @throws TopiaException if problem while restoring db - * @return le sotrage après checkout + * @return le storage après checkout */ static public RegionStorage checkout(String name) throws VCSException, TopiaException { checkout(IsisFish.config.getDatabaseDirectory(), REGION_PATH + File.separator + name);