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

--- a/layer0/ShaderMgr.cpp
+++ b/layer0/ShaderMgr.cpp
@@ -766,7 +766,7 @@ void ShaderMgrConfig(PyMOLGlobals * G) {
   } 
   else {
     /* print info on glew error? */
-    FeedbackAdd(G, " There was an error intializing GLEW.  Basic graphics, including\n shaders and volumes may be unavailable.\n");
+    FeedbackAdd(G, " There was an error initializing GLEW.  Basic graphics, including\n shaders and volumes may be unavailable.\n");
     disableShaders(G);
     fprintf(stderr, " GLEW-Error: %s\n", glewGetErrorString(err));
     return;
@@ -2178,4 +2178,3 @@ void CShaderMgr_Check_Reload(PyMOLGlobal
     I->reload_bits = 0;
   }
 }
-
--- a/layer2/ObjectMolecule2.cpp
+++ b/layer2/ObjectMolecule2.cpp
@@ -4331,7 +4331,7 @@ int ObjectMoleculeConnect(ObjectMolecule
   }
 
   PRINTFD(G, FB_ObjectMolecule)
-    " ObjectMoleculeConnect: elminating duplicates with %d bonds...\n", nBond ENDFD;
+    " ObjectMoleculeConnect: eliminating duplicates with %d bonds...\n", nBond ENDFD;
 
   if(ok && !I->DiscreteFlag) {
     UtilSortInPlace(G, (*bond), nBond, sizeof(BondType), (UtilOrderFn *) BondInOrder);
--- a/layer1/Setting.cpp
+++ b/layer1/Setting.cpp
@@ -1531,7 +1531,7 @@ void SettingRestoreDefault(CSetting * I,
       break;
     default:
       // coding error
-      printf(" ERROR: unkown type\n");
+      printf(" ERROR: unknown type\n");
   };
 
   I->info[index].defined = false;
