Skip to content

Commit 51387fa

Browse files
authored
Small typo fix.
1 parent e1af710 commit 51387fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/core/src/main/java/org/openscience/cdk/fingerprint/IFingerprinter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2005-2007 Egon Willighagen <egonw@users.sf.net>
1+
/* Copyright (C) 2005-2019 Egon Willighagen <egonw@users.sf.net>
22
* Copyright (C) 2011 Jonathan Alvarsson <jonalv@users.sf.net>
33
*
44
* Contact: cdk-devel@lists.sourceforge.net
@@ -43,7 +43,7 @@ public interface IFingerprinter {
4343
* Generate a fingerprint type version description in chemfp's FPS format. We
4444
* report the library version rather than an individual version per fingerprint,
4545
* although this is awkward as many fingerprint's don't/won't change between releases
46-
* and we can not keep comptability we guarantee we document how the fingerprint was
46+
* and we can not keep compatibility we guarantee we document how the fingerprint was
4747
* encoded.
4848
*
4949
* <br>

0 commit comments

Comments
 (0)