Navigation Menu

Skip to content

Commit

Permalink
Corrected spelling from CanonicalLable to CanonicalLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
John May authored and egonw committed Aug 20, 2011
1 parent 32ad2ad commit c0e59c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/smiles/InvPair.java
Expand Up @@ -47,7 +47,7 @@ public class InvPair implements java.io.Serializable{

/** The description used to set the invariance numbers in the atom's property*/
public final static String INVARIANCE_PAIR = "InvariancePair";
public final static String CANONICAL_LABEL = "CanonicalLable";
public final static String CANONICAL_LABEL = "CanonicalLabel";

private long last = 0;

Expand Down

0 comments on commit c0e59c8

Please sign in to comment.