--- trunk/src/skrueger/AttributeMetaData.java 2009/07/29 09:33:33 244 +++ branches/1.0-gt2-2.6/src/skrueger/AttributeMetaData.java 2009/08/26 15:32:54 325 @@ -2,7 +2,7 @@ * Copyright (c) 2009 Martin O. J. Schmitz. * * This file is part of the SCHMITZM library - a collection of utility - * classes based on Java 1.6, focussing (not only) on Java Swing + * classes based on Java 1.6, focusing (not only) on Java Swing * and the Geotools library. * * The SCHMITZM project is hosted at: @@ -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;