Skip to content

Commit 51387fa

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 <[email protected]>
1+
/* Copyright (C) 2005-2019 Egon Willighagen <[email protected]>
22
* Copyright (C) 2011 Jonathan Alvarsson <[email protected]>
33
*
44
* Contact: [email protected]
@@ -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)