From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian@wlf-online.de>
Date: Thu, 21 Jan 2016 13:45:05 +0100
Subject: Removed spelling errors in binary

---
 cgx_2.17/src/cgx.c           | 2 +-
 cgx_2.17/src/fuss.c          | 2 +-
 cgx_2.17/src/meshSurf.c      | 2 +-
 cgx_2.17/src/pickFunktions.c | 2 +-
 cgx_2.17/src/plotFunktions.c | 2 +-
 cgx_2.17/src/readFoam.c      | 2 +-
 cgx_2.17/src/readfrd.c       | 6 +++---
 cgx_2.17/src/setFunktions.c  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

--- a/cgx_2.17/src/cgx.c
+++ b/cgx_2.17/src/cgx.c
@@ -68,7 +68,7 @@
   printf("  -ansl reads a concatenated ansys list file (nodes,elems,temps)        \n");
   printf("  -b  build-mode, geometry (command) file must be provided              \n");
   printf("  -bg background, suppress creation of graphic output                   \n");
-  printf("      otherwhise as -b, geometry (command) file must be provided        \n");
+  printf("      otherwise as -b, geometry (command) file must be provided         \n");
   printf("  -c  read an solver input file (ccx)                                   \n");
   printf("  -duns2d  read duns result files (2D)                                  \n");
   printf("  -duns3d  read duns result files (3D)                                  \n");
--- a/cgx_2.17/src/fuss.c
+++ b/cgx_2.17/src/fuss.c
@@ -290,7 +290,7 @@
       point[line[i].p2].name = "SK2";
       break;
      }
-    else {printf("\nERROR: This function doesnt work neither with spline nor with nurbs or anything else!! Sorry.\n"); return EXIT_FAILURE;}
+    else {printf("\nERROR: This function doesn't work neither with spline nor with nurbs or anything else!! Sorry.\n"); return EXIT_FAILURE;}
   }
   if(i == (set[setNr].anz_l-1)){
     point[pNum].name = "Min";
--- a/cgx_2.17/src/meshSurf.c
+++ b/cgx_2.17/src/meshSurf.c
@@ -970,7 +970,7 @@
     //replace later:
     /* memory for the boundary node-seach algorithm */
 #if TEST
-    printf(" boundary node-seach\n");
+    printf(" boundary node-search\n");
 #endif
 
     /* stelle daten fuer near3d bereit */
--- a/cgx_2.17/src/pickFunktions.c
+++ b/cgx_2.17/src/pickFunktions.c
@@ -3565,7 +3565,7 @@
   hits = glRenderMode (GL_RENDER);
   if (hits<0)
   {
-    errMsg("\nWARNING: Overflow occured, select a smaller region and try again!\n");
+    errMsg("\nWARNING: Overflow occurred, select a smaller region and try again!\n");
   }
   else
   {
--- a/cgx_2.17/src/plotFunktions.c
+++ b/cgx_2.17/src/plotFunktions.c
@@ -124,7 +124,7 @@
 int current_nurbs;
 static void NurbsErrorCallback(GLenum which)
 {
-  printf(" GluNURBS: error occured (%d):\n", which);
+  printf(" GluNURBS: error occurred (%d):\n", which);
   if(current_nurbs>-1)
   {
     printf("    %s in nurbs:%s see set:%s\n", gluErrorString(which), nurbs[current_nurbs].name,specialset->bnur);
--- a/cgx_2.17/src/readFoam.c
+++ b/cgx_2.17/src/readFoam.c
@@ -661,7 +661,7 @@
   /* scan over all project directories and search for results */
   sum_dir=0;
   dirp = opendir(datin);
-  printf("seach for results in %s\n", datin );
+  printf("search for results in %s\n", datin );
   if (dirp != NULL) while ((dp = readdir(dirp)) != NULL)
   {
 
--- a/cgx_2.17/src/readfrd.c
+++ b/cgx_2.17/src/readfrd.c
@@ -764,7 +764,7 @@
 
           if( lcase[anz->l].irtype > 2 )
           {
-            printf(" Found ELEMENT DATA, this is not suported!\n");
+            printf(" Found ELEMENT DATA, this is not supported!\n");
             anz->l--;
             goto next;
           }
@@ -1428,7 +1428,7 @@
 
   if( lcase[lc].irtype > 2 )
   {
-    printf(" ERROR: Found ELEMENT DATA, this is not suported!\n");
+    printf(" ERROR: Found ELEMENT DATA, this is not supported!\n");
     return(-1);
   }
 
@@ -1711,7 +1711,7 @@
 
   if( lcase[lc].irtype > 2 )
   {
-    printf(" ERROR: Found ELEMENT DATA, this is not suported!\n");
+    printf(" ERROR: Found ELEMENT DATA, this is not supported!\n");
     return(-1);
   }
 
--- a/cgx_2.17/src/setFunktions.c
+++ b/cgx_2.17/src/setFunktions.c
@@ -7416,7 +7416,7 @@
         }
 	else if(m>0)
         {
-	  printf("c:%d e:%d m:%d unknow case\n",c, e, m);
+	  printf("c:%d e:%d m:%d unknown case\n",c, e, m);
 	  goto next_elem;
 	}
       }
