Author: Tatiana Malygina <merlettaia@gmail.com>
Description: fix spelling lintian warnings
Last-Update: 2016-07-18

--- a/layer2/ObjectMolecule2.cpp
+++ b/layer2/ObjectMolecule2.cpp
@@ -3969,7 +3969,7 @@ bool ObjectMoleculeConnect(ObjectMolecul
   // TODO why not for discrete objects?
   if (nBond > 1 && !I->DiscreteFlag) {
     PRINTFD(G, FB_ObjectMolecule)
-      " %s: elminating duplicates with %d bonds...\n", __func__, nBond ENDFD;
+      " %s: eliminating duplicates with %d bonds...\n", __func__, nBond ENDFD;
 
     UtilSortInPlace(
         G, bondvla.data(), nBond, sizeof(BondType), (UtilOrderFn*) BondInOrder);
--- a/layer1/Setting.cpp
+++ b/layer1/Setting.cpp
@@ -1609,7 +1609,7 @@ void SettingRestoreDefault(CSetting * I,
       break;
     default:
       // coding error
-      printf(" ERROR: unkown type\n");
+      printf(" ERROR: unknown type\n");
   };
 
   I->info[index].defined = false;
