[calculix-cgx] 02/08: Fixed some spelling errors to make lintian happy

Wolfgang Fütterer debian at wlf-online.de
Fri Jan 22 09:44:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

wlfuetter-guest pushed a commit to branch master
in repository calculix-cgx.

commit cf126451dcf33e2324ba60f3729ff9c07687a9e7
Author: Wolfgang Fütterer <debian at wlf-online.de>
Date:   Thu Jan 21 13:52:33 2016 +0100

    Fixed some spelling errors to make lintian happy
---
 .../0005-Removed-spelling-errors-in-binary.patch   | 91 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 92 insertions(+)

diff --git a/debian/patches/0005-Removed-spelling-errors-in-binary.patch b/debian/patches/0005-Removed-spelling-errors-in-binary.patch
new file mode 100644
index 0000000..1b239cb
--- /dev/null
+++ b/debian/patches/0005-Removed-spelling-errors-in-binary.patch
@@ -0,0 +1,91 @@
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Thu, 21 Jan 2016 13:45:05 +0100
+Subject: Removed spelling errors in binary
+
+---
+ cgx_2.9/src/fuss.c          | 2 +-
+ cgx_2.9/src/meshSurf.c      | 2 +-
+ cgx_2.9/src/pickFunktions.c | 2 +-
+ cgx_2.9/src/plotFunktions.c | 2 +-
+ cgx_2.9/src/readFoam.c      | 2 +-
+ cgx_2.9/src/setFunktions.c  | 2 +-
+ 6 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/cgx_2.9/src/fuss.c b/cgx_2.9/src/fuss.c
+index b1fc4c5..28fd03f 100644
+--- a/cgx_2.9/src/fuss.c
++++ b/cgx_2.9/src/fuss.c
+@@ -290,7 +290,7 @@ int fuss (Points **point_f, Lines **line_f, Sets **set_f, int anzSchaufel, doubl
+       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";
+diff --git a/cgx_2.9/src/meshSurf.c b/cgx_2.9/src/meshSurf.c
+index a12ca35..c0d575c 100644
+--- a/cgx_2.9/src/meshSurf.c
++++ b/cgx_2.9/src/meshSurf.c
+@@ -598,7 +598,7 @@ int mesh_tr3u(int nr )
+ 
+     //replace later:
+     /* memory for the boundary node-seach algorithm */
+-    printf("hallo boundary node-seach\n");
++    printf("hallo boundary node-search\n");
+ 
+     /* stelle daten fuer near3d bereit */
+     if ( (rsort = (Rsort *)realloc((Rsort *)rsort, (anz_n+1) * sizeof(Rsort))) == NULL )
+diff --git a/cgx_2.9/src/pickFunktions.c b/cgx_2.9/src/pickFunktions.c
+index e0d2288..0c708e6 100644
+--- a/cgx_2.9/src/pickFunktions.c
++++ b/cgx_2.9/src/pickFunktions.c
+@@ -2792,7 +2792,7 @@ void goPicking( int x, int y, char *type )
+   hits = glRenderMode (GL_RENDER);
+   if (hits<0)
+   {
+-    errMsg("\nWARNING: Overflow occured, select a smaler region and try again!\n");
++    errMsg("\nWARNING: Overflow occurred, select a smaler region and try again!\n");
+   }
+   else
+   {
+diff --git a/cgx_2.9/src/plotFunktions.c b/cgx_2.9/src/plotFunktions.c
+index a414179..a0d954e 100644
+--- a/cgx_2.9/src/plotFunktions.c
++++ b/cgx_2.9/src/plotFunktions.c
+@@ -134,7 +134,7 @@ extern SpecialSet specialset[1];
+ 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);
+diff --git a/cgx_2.9/src/readFoam.c b/cgx_2.9/src/readFoam.c
+index ce3b19a..4876467 100644
+--- a/cgx_2.9/src/readFoam.c
++++ b/cgx_2.9/src/readFoam.c
+@@ -661,7 +661,7 @@ int readFoam(char *datin, Summen *apre, Sets **sptr, Nodes **nptr, Elements **ep
+   /* 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)
+   {
+ 
+diff --git a/cgx_2.9/src/setFunktions.c b/cgx_2.9/src/setFunktions.c
+index e89e994..ba7fe81 100644
+--- a/cgx_2.9/src/setFunktions.c
++++ b/cgx_2.9/src/setFunktions.c
+@@ -7263,7 +7263,7 @@ void pre_split( char *record)
+         }
+ 	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;
+ 	}
+       }
diff --git a/debian/patches/series b/debian/patches/series
index 7bd4181..826bfb1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Using-freeglut.patch
 0003-Shebang-for-script.patch
 0004-No-format-arg-in-sprintf.patch
+0005-Removed-spelling-errors-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/calculix-cgx.git



More information about the debian-science-commits mailing list