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

Index: pymol/layer0/ShaderMgr.cpp
===================================================================
--- pymol.orig/layer0/ShaderMgr.cpp
+++ pymol/layer0/ShaderMgr.cpp
@@ -706,7 +706,7 @@ void CShaderMgr::Config() {
   } 
   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;
Index: pymol/layer2/ObjectMolecule2.cpp
===================================================================
--- pymol.orig/layer2/ObjectMolecule2.cpp
+++ pymol/layer2/ObjectMolecule2.cpp
@@ -4382,7 +4382,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);
Index: pymol/layer1/Setting.cpp
===================================================================
--- pymol.orig/layer1/Setting.cpp
+++ pymol/layer1/Setting.cpp
@@ -1558,7 +1558,7 @@ void SettingRestoreDefault(CSetting * I,
       break;
     default:
       // coding error
-      printf(" ERROR: unkown type\n");
+      printf(" ERROR: unknown type\n");
   };
 
   I->info[index].defined = false;
