--- trunk/src/skrueger/AttributeMetaData.java 2009/08/18 12:01:45 303 +++ trunk/src/skrueger/AttributeMetaData.java 2009/08/19 12:03:12 304 @@ -64,7 +64,7 @@ this.title = title; this.desc = desc; if (colIdx == 0){ - // The first attribut is THE_GEOM and shall never be visible! + // The first attribute is THE_GEOM and shall never be visible! this.visible = false; }else this.visible = visible;