From: Michael R. Crusoe
Subject: fix spelling typo
--- a/src/Inspect.h
+++ b/src/Inspect.h
@@ -250,7 +250,7 @@
       const Contig& c = index.dbGraph.contigs[i];
 
       if (c.seq.size() != c.length + k-1) {
-        cerr << "Length and string dont match " << endl << "seq = " << c.seq << " (length = " << c.seq.size() << "), c.length = " << c.length << endl;
+        cerr << "Length and string don't match " << endl << "seq = " << c.seq << " (length = " << c.seq.size() << "), c.length = " << c.length << endl;
         exit(1);
       }
 
