Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Change-Id: If89352bd30bb2e452ab39b6ade95a1520b35d088
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Jul 21, 2012
1 parent 32fda31 commit dc90dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/org/openscience/cdk/geometry/GeometryTools.java
Expand Up @@ -73,7 +73,7 @@ public class GeometryTools {
LoggingToolFactory.createLoggingTool(GeometryTools.class);

/**
* Provides to coverage of coordinates for this molecule.
* Provides the coverage of coordinates for this molecule.
*
* @see GeometryTools#get2DCoordinateCoverage(org.openscience.cdk.interfaces.IAtomContainer)
* @see GeometryTools#get3DCoordinateCoverage(org.openscience.cdk.interfaces.IAtomContainer)
Expand All @@ -86,7 +86,7 @@ public static enum CoordinateCoverage {
FULL,

/**
* At least one atom has coordinates but some are missing.
* At least one atom has coordinates but not all.
*/
PARTIAL,

Expand Down

0 comments on commit dc90dd2

Please sign in to comment.