Skip to content

Commit ba805ea

Browse files
committed
Minor typo in a comment
1 parent a339734 commit ba805ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Reader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ private IAtomContainer readAtomContainer(IAtomContainer molecule) throws CDKExce
345345
line = input.readLine();
346346
linecount++;
347347

348-
// if the line is empty we hav a problem - either a malformed
348+
// if the line is empty we have a problem - either a malformed
349349
// molecule entry or just extra new lines at the end of the file
350350
if (line.length() == 0) {
351351
handleError("Unexpected empty line", linecount, 0, 0);

0 commit comments

Comments
 (0)