--- trunk/src/skrueger/AttributeMetaData.java 2009/07/31 14:43:47 256 +++ branches/1.0-gt2-2.6/src/skrueger/AttributeMetaData.java 2009/08/26 11:03:27 315 @@ -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;