aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/sorting/GeocodeComparator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/sorting/GeocodeComparator.java b/main/src/cgeo/geocaching/sorting/GeocodeComparator.java
index 412649a..fff26c6 100644
--- a/main/src/cgeo/geocaching/sorting/GeocodeComparator.java
+++ b/main/src/cgeo/geocaching/sorting/GeocodeComparator.java
@@ -5,8 +5,8 @@ import cgeo.geocaching.Geocache;
import org.apache.commons.lang3.StringUtils;
/**
- * sorts caches by GC code, therefore effectively sorting by cache age
- *
+ * sorts caches by geo code, therefore effectively sorting by cache age
+ *
*/
public class GeocodeComparator extends AbstractCacheComparator {