aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files/GPXParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/files/GPXParser.java')
-rw-r--r--main/src/cgeo/geocaching/files/GPXParser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/GPXParser.java b/main/src/cgeo/geocaching/files/GPXParser.java
index b43d712..edabcaa 100644
--- a/main/src/cgeo/geocaching/files/GPXParser.java
+++ b/main/src/cgeo/geocaching/files/GPXParser.java
@@ -305,7 +305,7 @@ public abstract class GPXParser extends FileParser {
if (cacheForWaypoint != null) {
final cgWaypoint waypoint = new cgWaypoint();
waypoint.id = -1;
- waypoint.typee = convertWaypointSym2Type(sym);
+ waypoint.type = convertWaypointSym2Type(sym);
waypoint.geocode = cacheGeocodeForWaypoint;
waypoint.setPrefix(cache.name.substring(0, 2));
waypoint.lookup = "---";