Description: fix spelling errors in binary and manpage
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2021-01-06
Index: gle-graphics/src/doc/gle.1.in
===================================================================
--- gle-graphics.orig/src/doc/gle.1.in
+++ gle-graphics/src/doc/gle.1.in
@@ -50,7 +50,7 @@ gle \- Graphics Layout Engine
 .SH DESCRIPTION
 GLE (Graphics Layout Engine) is a graphics scripting language designed for creating publication quality graphs, plots, diagrams, figures and slides. GLE supports various graph types (function plots, histograms, bar graphs, scatter plots, contour lines, color maps, surface plots, ...) through a simple but flexible set of graphing commands. More complex output can be created by relying on GLE's scripting language, which is full featured with subroutines, variables, and logic control. GLE relies on LaTeX for text output and supports mathematical formulea in graphs and figures. GLE's output formats include EPS, PS, PDF, JPEG, and PNG.
 .SH DOCUMENTATION
-GLE's documentation is distrubuted in PDF format and can be found at the GLE website:
+GLE's documentation is distributed in PDF format and can be found at the GLE website:
 .P
 <http://www.gle\-graphics.org>
 .SH OPTIONS
Index: gle-graphics/src/gle/eval.cpp
===================================================================
--- gle-graphics.orig/src/gle/eval.cpp
+++ gle-graphics/src/gle/eval.cpp
@@ -1057,7 +1057,7 @@ void debug_polish(int *pcode,int *zcp)
 	}
 	plen = *(pcode+*(cp));
 	gprint("Expression length %d current point %d \n",plen,(int) *cp);
-	if (plen>1000) gprint("Expession is suspiciously int %d \n",plen);
+	if (plen>1000) gprint("Expression is suspiciously int %d \n",plen);
 	for (c=(*cp)+1;(c-*cp)<=plen;c++) {
 	  cde = *(pcode+c);
 	  gprint("Code=%d ",cde);
Index: gle-graphics/src/manip/eval.cpp
===================================================================
--- gle-graphics.orig/src/manip/eval.cpp
+++ gle-graphics/src/manip/eval.cpp
@@ -103,7 +103,7 @@ void eval(int32 *pcode,int *cp,double *o
 	}
 	plen = *(pcode+*(cp));
 	dbg gprint(" plen = %d ",plen);
-	if (plen>1000) gprint("Expession is suspiciously int32 %d \n",plen);
+	if (plen>1000) gprint("Expression is suspiciously int32 %d \n",plen);
 	for (c=(*cp)+1;c<=(plen+ *cp);c++) {
 	  switch (*(pcode+c)) {
 		/* Special commands 1..9  ------------------------------- */
@@ -381,7 +381,7 @@ void debug_polish(int32 *pcode,int *zcp)
 	}
 	plen = *(pcode+*(cp));
 	gprint("Expression length %d current point %d \n",plen,(int) *cp);
-	if (plen>1000) gprint("Expession is suspiciously int %d \n",plen);
+	if (plen>1000) gprint("Expression is suspiciously int %d \n",plen);
 	for (c=(*cp)+1;(c-*cp)<=plen;c++) {
 	  cde = *(pcode+c);
 	gprint("Code=%d ",cde);
