[SCM] PAW: Physics Analysis Workstation branch, debian, updated. upstream/2.14.04.dfsg.2-25-g8b7ffba

Lifeng Sun lifongsun at gmail.com
Tue Mar 29 12:56:58 UTC 2011


The following commit has been merged in the debian branch:
commit 191843248bb4cbd62ae7374118e17bdf92484cd1
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Tue Mar 15 20:38:25 2011 +0800

    Add typo fixing patches.

diff --git a/debian/patches/00list b/debian/patches/00list
index ce840b4..df282a6 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -6,6 +6,8 @@
 119-fix-compiler-warnings.dpatch
 120-fix-mlp-cdf-file.dpatch
 121-call-gfortran-in-cscrexec.dpatch
+131-fix-typo-unkown-unknown.dpatch
+132-fix-typo-lenght-length.dpatch
 200-comis-allow-special-chars-in-path.dpatch
 207-compile-temp-libs-with-fPIC.dpatch
 210-improve-cfortran-header-files.dpatch
diff --git a/debian/patches/131-fix-typo-unkown-unknown.dpatch b/debian/patches/131-fix-typo-unkown-unknown.dpatch
new file mode 100755
index 0000000..db8f836
--- /dev/null
+++ b/debian/patches/131-fix-typo-unkown-unknown.dpatch
@@ -0,0 +1,497 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 131-fix-typo-unkown-unknown.dpatch by Lifeng Sun <lifongsun at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo: unkown -> unknown.
+
+ at DPATCH@
+diff --git a/src/pawlib/paw/cmotif/att_main.c b/src/pawlib/paw/cmotif/att_main.c
+index 58b264c..321398d 100644
+--- a/src/pawlib/paw/cmotif/att_main.c
++++ b/src/pawlib/paw/cmotif/att_main.c
+@@ -177,7 +177,7 @@ void put_attributes_color(char *label,char *value)
+          }
+          break;
+       default :
+-         fprintf(stderr,"unkown object in put_attributes_color");
++         fprintf(stderr,"unknown object in put_attributes_color");
+ 
+    }
+    cb.reason=0;
+diff --git a/src/pawlib/paw/ntuple/qp_exe_conv.h b/src/pawlib/paw/ntuple/qp_exe_conv.h
+index 52465bb..e6540f8 100644
+--- a/src/pawlib/paw/ntuple/qp_exe_conv.h
++++ b/src/pawlib/paw/ntuple/qp_exe_conv.h
+@@ -23,7 +23,7 @@
+ 
+ 
+ 	default:
+-		sf_report( "qp_exe_conv.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_conv.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+diff --git a/src/pawlib/paw/ntuple/qp_exe_flow.h b/src/pawlib/paw/ntuple/qp_exe_flow.h
+index 08b253d..a553b80 100644
+--- a/src/pawlib/paw/ntuple/qp_exe_flow.h
++++ b/src/pawlib/paw/ntuple/qp_exe_flow.h
+@@ -271,7 +271,7 @@
+ 					break;
+ 			default:
+ 				sf_report( "qp_exe_flow.h: FC_DUMP: "
+-					"unkown DataType (%d)\n", dt );
++					"unknown DataType (%d)\n", dt );
+ 				*errp = R_INTERNAL_ERROR;
+ 				running = FALSE;
+ 				break;
+@@ -308,7 +308,7 @@
+ 		break;
+ 
+ 	default:
+-		sf_report( "qp_exe_flow.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_flow.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+diff --git a/src/pawlib/paw/ntuple/qp_exe_literal.h b/src/pawlib/paw/ntuple/qp_exe_literal.h
+index 2a2cb9f..d6f0cf4 100644
+--- a/src/pawlib/paw/ntuple/qp_exe_literal.h
++++ b/src/pawlib/paw/ntuple/qp_exe_literal.h
+@@ -64,7 +64,7 @@
+ 		break;
+ 
+ 	default:
+-		sf_report( "qp_exe_literal.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_literal.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+diff --git a/src/pawlib/paw/ntuple/qp_exe_var.h b/src/pawlib/paw/ntuple/qp_exe_var.h
+index b8c79ff..0e96fce 100644
+--- a/src/pawlib/paw/ntuple/qp_exe_var.h
++++ b/src/pawlib/paw/ntuple/qp_exe_var.h
+@@ -190,7 +190,7 @@
+ 		break;
+ 	
+ 	default:
+-		sf_report( "qp_exe_var.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_var.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+diff --git a/src/pawlib/paw/ntuple/qp_execute.c b/src/pawlib/paw/ntuple/qp_execute.c
+index 56abaa4..7aed325 100644
+--- a/src/pawlib/paw/ntuple/qp_execute.c
++++ b/src/pawlib/paw/ntuple/qp_execute.c
+@@ -1084,7 +1084,7 @@ exec_dyn( Segment *tmp_pc, UInt32 opc, long ievt, int *errp )
+ #include	"qp_exe_dyn.h"	/* PRE_INCLUDE */
+ 
+ 	default:
+-		sf_report( "exec_dyn: Unkown Fcode ( %d )\n", opc & MASK_FC );
++		sf_report( "exec_dyn: Unknown Fcode ( %d )\n", opc & MASK_FC );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1278,7 +1278,7 @@ exec_const( FCode fc, int *errp )
+ 		break;
+ 	}
+ 	default:
+-		sf_report( "qp_exe_fun_const.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_fun_const.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1302,7 +1302,7 @@ exec_math_single( FCode fc, int *errp )
+ #include	"qp_exe_fun_single_math.h"	/* PRE_INCLUDE */
+ 
+ 	default:
+-		sf_report( "qp_exe_fun_single_math.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_fun_single_math.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1327,7 +1327,7 @@ exec_math_double( FCode fc, int *errp )
+ #include	"qp_exe_fun_double_math.h"	/* PRE_INCLUDE */
+ 
+ 	default:
+-		sf_report( "qp_exe_fun_double_math.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_fun_double_math.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1389,7 +1389,7 @@ exec_bitop( FCode fc, int *errp )
+ #undef	OP_BASE
+ 
+ 	default:
+-		sf_report( "exec_bitop: Unkown Fcode ( %d )\n", fc );
++		sf_report( "exec_bitop: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1411,7 +1411,7 @@ exec_conv( FCode fc, int *errp )
+ 
+ 
+ 	default:
+-		sf_report( "qp_exe_conv.h: Unkown Fcode ( %d )\n", fc );
++		sf_report( "qp_exe_conv.h: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1453,7 +1453,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1472,7 +1472,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1491,7 +1491,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1510,7 +1510,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1529,7 +1529,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1548,7 +1548,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1567,7 +1567,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1578,7 +1578,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #include	"qp_exev_op_cmp_str.h"	/* PRE_INCLUDE */
+ 
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1586,7 +1586,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ 		break;
+ 
+ 	default:
+-		sf_report( "exec_op: Unkown type ( %d )\n", fctype );
++		sf_report( "exec_op: Unknown type ( %d )\n", fctype );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -1610,7 +1610,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1634,7 +1634,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1658,7 +1658,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1682,7 +1682,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1706,7 +1706,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1730,7 +1730,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1754,7 +1754,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #undef	OP_DTYPE
+ #undef	OP_BASE
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1765,7 +1765,7 @@ exec_op( FCode fc, UInt32 opc, int *errp )
+ #include	"qp_exe_op_str.h"	/* PRE_INCLUDE */
+ 
+ 		default:
+-			sf_report( "exec_op: Unkown Fcode ( %d )\n", fc );
++			sf_report( "exec_op: Unknown Fcode ( %d )\n", fc );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+ 			break;
+@@ -1843,7 +1843,7 @@ exec_comis( long ievt, long ievt_chain, FCode fc, int iaddr, int npar, int *errp
+ 		break;
+ 
+ 	default:
+-		sf_report( "exec_comis: Unkown Fcode ( %d )\n", fc );
++		sf_report( "exec_comis: Unknown Fcode ( %d )\n", fc );
+ 		*errp = R_INTERNAL_ERROR;
+ 		running = FALSE;
+ 		break;
+@@ -2052,7 +2052,7 @@ qp_exec_seg( Segment start, long ievt, long ievt_chain, int *errp )
+ 			break;
+ 
+ 		default:
+-			sf_report( "qp_exec_seg: Unkown category ( %d )\n",
++			sf_report( "qp_exec_seg: Unknown category ( %d )\n",
+ 				cat );
+ 			*errp = R_INTERNAL_ERROR;
+ 			running = FALSE;
+diff --git a/src/pawlib/paw/ntuple/qp_generate.c b/src/pawlib/paw/ntuple/qp_generate.c
+index dd536e3..8f2352c 100644
+--- a/src/pawlib/paw/ntuple/qp_generate.c
++++ b/src/pawlib/paw/ntuple/qp_generate.c
+@@ -312,7 +312,7 @@ gen_op( QueryExe * qe, pTree t, int * errp )
+ 			break;
+ 
+ 	default:
+-		sf_report( "gen_op: Unkown OpType (%d)\n", t->u.op.op );
++		sf_report( "gen_op: Unknown OpType (%d)\n", t->u.op.op );
+ 		*errp = R_INTERNAL_ERROR;
+ 		break;
+ 	}
+@@ -393,7 +393,7 @@ gen_const( QueryExe * qe, pTree t, int * errp )
+ 			}
+ 			break;
+ 	default:
+-		sf_report( "gen_const: Unkown DataType (%d)\n",
++		sf_report( "gen_const: Unknown DataType (%d)\n",
+ 			t->val->d->dtyp );
+ 		*errp = R_INTERNAL_ERROR;
+ 		break;
+@@ -638,7 +638,7 @@ gen_cvar_vec( QueryExe * qe, pTree t, int * errp )
+ 		case D_DOUBLE:	fc = FC_CWN_SCA_DOUBLE; break;
+ 		case D_STR:	fc = FC_CWN_SCA_STR; break;
+ 		default:
+-			sf_report( "gen_cvar_vec: Unkown DataType (%d)\n",
++			sf_report( "gen_cvar_vec: Unknown DataType (%d)\n",
+ 				t->val->d->dtyp );
+ 			*errp = R_INTERNAL_ERROR;
+ 			break;
+@@ -736,7 +736,7 @@ gen_cvar_vec( QueryExe * qe, pTree t, int * errp )
+ 		case D_DOUBLE:	fc = FC_CWN_MAT_DOUBLE; break;
+ 		case D_STR:	fc = FC_CWN_MAT_STR; break;
+ 		default:
+-			sf_report( "gen_cvar_vec: Unkown DataType (%d)\n",
++			sf_report( "gen_cvar_vec: Unknown DataType (%d)\n",
+ 				t->val->d->dtyp );
+ 			*errp = R_INTERNAL_ERROR;
+ 			break;
+@@ -780,7 +780,7 @@ gen_cvar_vec( QueryExe * qe, pTree t, int * errp )
+ 		case D_DOUBLE:	fc = FC_CWN_DYN_DOUBLE + 16 * dims; break;
+ 		case D_STR:	fc = FC_CWN_DYN_STR + 16 * dims; break;
+ 		default:
+-			sf_report( "gen_cvar_vec: Unkown DataType (%d)\n",
++			sf_report( "gen_cvar_vec: Unknown DataType (%d)\n",
+ 				t->val->d->dtyp );
+ 			*errp = R_INTERNAL_ERROR;
+ 			break;
+@@ -948,7 +948,7 @@ gen_name( QueryExe * qe, pTree t, int * errp )
+ 		gen_mask_read( qe, t, errp );
+ 		break;
+ 	default:
+-		sf_report( "gen_name: Unkown SigType (%d)\n",
++		sf_report( "gen_name: Unknown SigType (%d)\n",
+ 			t->u.name.sig->typ );
+ 		*errp = R_INTERNAL_ERROR;
+ 		break;
+diff --git a/src/pawlib/paw/ntuple/qp_segment.c b/src/pawlib/paw/ntuple/qp_segment.c
+index 56e5d18..0862c93 100644
+--- a/src/pawlib/paw/ntuple/qp_segment.c
++++ b/src/pawlib/paw/ntuple/qp_segment.c
+@@ -515,7 +515,7 @@ dump_comis(
+ 	case FC_CS_SFUN: dtype = D_STR; break;
+ 
+ 	default:
+-		sf_report( "dump_comis: Unkown Fcode ( %d )\n",
++		sf_report( "dump_comis: Unknown Fcode ( %d )\n",
+ 			opc & MASK_FC );
+ 		running = FALSE;
+ 		break;
+@@ -575,7 +575,7 @@ dump_var(
+ 		break;
+ 
+ 	default:
+-		sf_report( "dump_var: Unkown Fcode ( %d )\n",
++		sf_report( "dump_var: Unknown Fcode ( %d )\n",
+ 			opc & MASK_FC );
+ 		running = FALSE;
+ 		break;
+@@ -658,7 +658,7 @@ dump_literal(
+ 		break;
+ 
+ 	default:
+-		sf_report( "dump_literal: Unkown Fcode ( %d )\n",
++		sf_report( "dump_literal: Unknown Fcode ( %d )\n",
+ 			opc & MASK_FC );
+ 		running = FALSE;
+ 		break;
+@@ -697,7 +697,7 @@ dump_mask(
+ 		break;
+ 
+ 	default:
+-		sf_report( "dump_flow: Unkown Fcode ( %d )\n",
++		sf_report( "dump_flow: Unknown Fcode ( %d )\n",
+ 			opc & MASK_FC );
+ 		running = FALSE;
+ 		break;
+@@ -775,7 +775,7 @@ dump_flow(
+ 		break;
+ 
+ 	default:
+-		sf_report( "dump_flow: Unkown Fcode ( %d )\n",
++		sf_report( "dump_flow: Unknown Fcode ( %d )\n",
+ 			opc & MASK_FC );
+ 		running = FALSE;
+ 		break;
+@@ -907,7 +907,7 @@ dump_segment(
+ 			break;
+ 
+ 		default:
+-			sf_report( "dump_segment: Unkown category ( %d )\n",
++			sf_report( "dump_segment: Unknown category ( %d )\n",
+ 				cat );
+ 			running = FALSE;
+ 			break;
+diff --git a/src/pawlib/paw/ntuple/qp_semantic.c b/src/pawlib/paw/ntuple/qp_semantic.c
+index 0a97b12..4b71a0f 100644
+--- a/src/pawlib/paw/ntuple/qp_semantic.c
++++ b/src/pawlib/paw/ntuple/qp_semantic.c
+@@ -451,7 +451,7 @@ sem_op( pTree t, int *r )
+ 		break;
+ 
+ 	default:
+-		qp_abort( "sem_op: Unkown OpType %d\n", op );
++		qp_abort( "sem_op: Unknown OpType %d\n", op );
+ 		break;
+ 	}
+ 
+diff --git a/src/pawlib/paw/ntuple/qp_tree.c b/src/pawlib/paw/ntuple/qp_tree.c
+index c830d73..3713ad9 100644
+--- a/src/pawlib/paw/ntuple/qp_tree.c
++++ b/src/pawlib/paw/ntuple/qp_tree.c
+@@ -587,7 +587,7 @@ print_op_node( FILE* const fp, const pTree t )
+ 		print_tree( fp, t->u.op.o3 );
+ 		break;
+ 	default:
+-		qp_abort( "print_op_node: Unkown OpType %d\n", t->u.op.op );
++		qp_abort( "print_op_node: Unknown OpType %d\n", t->u.op.op );
+ 		break;
+ 	}
+ }
+@@ -632,7 +632,7 @@ print_tree( FILE * const fp, const pTree t )
+ 			fputc( ')', fp );
+ 			break;
+ 	default:
+-			qp_abort( "print_tree: Unkown NodeType %d\n", t->ntyp );
++			qp_abort( "print_tree: Unknown NodeType %d\n", t->ntyp );
+ 			break;
+ 	}
+ 
+@@ -687,7 +687,7 @@ free_tree( const pTree t )
+ 				free_tree( t->u.range.to );
+ 			break;
+ 	default:
+-			qp_abort( "free_tree: Unkown NodeType %d\n", t->ntyp );
++			qp_abort( "free_tree: Unknown NodeType %d\n", t->ntyp );
+ 			break;
+ 	}
+ 
+@@ -728,7 +728,7 @@ free_node( const pTree t )
+ 			free( (void *) t->u.mask.name );
+ 			break;
+ 	default:
+-			qp_abort( "free_node: Unkown NodeType %d\n", t->ntyp );
++			qp_abort( "free_node: Unknown NodeType %d\n", t->ntyp );
+ 			break;
+ 	}
+ 
+@@ -799,7 +799,7 @@ dump_op_node( FILE* const fp, int lvl, const pTree t )
+ 		dump_tree( fp, lvl+1, t->u.op.o3 );
+ 		break;
+ 	default:
+-		qp_abort( "dump_op_node: Unkown OpType %d\n", t->u.op.op );
++		qp_abort( "dump_op_node: Unknown OpType %d\n", t->u.op.op );
+ 		break;
+ 	}
+ }
+@@ -913,7 +913,7 @@ dump_tree( FILE * const fp, int lvl, const pTree t )
+ 			break;
+ 
+ 	default:
+-			qp_abort( "dump_tree: Unkown NodeType %d\n", t->ntyp );
++			qp_abort( "dump_tree: Unknown NodeType %d\n", t->ntyp );
+ 			break;
+ 	}
+ 
diff --git a/debian/patches/132-fix-typo-lenght-length.dpatch b/debian/patches/132-fix-typo-lenght-length.dpatch
new file mode 100755
index 0000000..b692f49
--- /dev/null
+++ b/debian/patches/132-fix-typo-lenght-length.dpatch
@@ -0,0 +1,138 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 132-fix-typo-lenght-length.dpatch by Lifeng Sun <lifongsun at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo: lenght -> length.
+
+ at DPATCH@
+diff --git a/src/car/geant321.car b/src/car/geant321.car
+index 24d6c9d..a030a62 100644
+--- a/src/car/geant321.car
++++ b/src/car/geant321.car
+@@ -1243,7 +1243,7 @@ C
+ *    for every main detector component specified in the SLIST command
+ *    in the spherical R direction:
+ *      Total number of radiation lengths up to entry in each R
+-*      Total number of absorption lenghts
++*      Total number of absorption lengths
+ *      Detector identifier
+ *    When the interactive command TRIGGER is entered, the number of
+ *    Geantinos specified as parameter will be tracked. In case the
+@@ -2971,7 +2971,7 @@ C
+ *===> 26/08/92
+ *
+ *           Correction in GKRZ and CDF for the command RZ/FILE.
+-*           Record lenght fixed at 1024 in GRFILE cannot be
++*           Record length fixed at 1024 in GRFILE cannot be
+ *           Changed by the user. Thanks to H.Plothow. Introduced
+ *           in the 3.15 correction cradle.
+ *
+diff --git a/src/pawlib/paw/code/pchrop.F b/src/pawlib/paw/code/pchrop.F
+index 7c9fa99..9e723c7 100644
+--- a/src/pawlib/paw/code/pchrop.F
++++ b/src/pawlib/paw/code/pchrop.F
+@@ -10,7 +10,7 @@
+ *   previous version the length limit was 80. Now it is LENHFN.
+ *
+ * Revision 1.4  2000/01/13 10:09:41  couet
+-* - Print a warning when the file names lenght in a chain are too long.
++* - Print a warning when the file names length in a chain are too long.
+ *
+ * Revision 1.3  1998/03/13 15:46:59  couet
+ * - On VMS FORTRAN IO is used for files in a chain.
+diff --git a/src/pawlib/paw/code/pfpaw.F b/src/pawlib/paw/code/pfpaw.F
+index 90e024d..cd1a1a9 100644
+--- a/src/pawlib/paw/code/pfpaw.F
++++ b/src/pawlib/paw/code/pfpaw.F
+@@ -140,7 +140,7 @@
+           CALL PFMASK(ISLAV, PMASK, 0)
+           IF (PMASK .EQ. 0) THEN
+ *----------- All slaves sent their partial sets. Multicast the Union set back
+-*----------- Compute the lenght of the Union set as a string
++*----------- Compute the length of the Union set as a string
+              LENTOT = LGETUS()
+              WRITE (CHSMPF,'(I12)') LENTOT
+ 
+diff --git a/src/pawlib/paw/ntuple/qp_dimension.c b/src/pawlib/paw/ntuple/qp_dimension.c
+index 52c5f06..a14b25a 100644
+--- a/src/pawlib/paw/ntuple/qp_dimension.c
++++ b/src/pawlib/paw/ntuple/qp_dimension.c
+@@ -124,7 +124,7 @@ dim_copy( Dimension * d )
+  *
+  * 1) ndim should be equal, or zero
+  *
+- * 2) for each dimension the lenghts should be equal or
++ * 2) for each dimension the lengths should be equal or
+  *    runtime determined (-1)
+  *
+  * 3) the maximum size is constructed by taking the minimal
+diff --git a/src/pawlib/paw/ntuple/qp_exec_global.h b/src/pawlib/paw/ntuple/qp_exec_global.h
+index db43cda..f82f5e5 100644
+--- a/src/pawlib/paw/ntuple/qp_exec_global.h
++++ b/src/pawlib/paw/ntuple/qp_exec_global.h
+@@ -53,7 +53,7 @@ typedef struct _ref_cwn_ {
+ 					/* loaded into the cache */
+ 	unsigned int	step;		/* step size through buffer (in Int32's) */
+ 	int		isize;		/* number of bytes in a string */
+-	bool		varDim;		/* indicates variable lenght array */
++	bool		varDim;		/* indicates variable length array */
+ 	int		var_base;	/* number of elements in non var dimensions */
+ 	int		var_index;	/* index of the dimensioning var */
+ 	String		name;		/* keep reference for reporting */
+diff --git a/src/pawlib/paw/ntuple/qp_generate.c b/src/pawlib/paw/ntuple/qp_generate.c
+index 8f2352c..01d45c3 100644
+--- a/src/pawlib/paw/ntuple/qp_generate.c
++++ b/src/pawlib/paw/ntuple/qp_generate.c
+@@ -406,7 +406,7 @@ static int
+ alloc_var( QueryExe * qe, VarClass vc, char * name, int * errp )
+ {
+ 	int		index;		/* index for this variable */
+-	int		var_index;	/* index for the var-lenght dimension */
++	int		var_index;	/* index for the var-length dimension */
+ 	int		i, n;
+ 	STEntry		*ep, *epidx;
+ 	Signature	*sig;
+diff --git a/src/pawlib/paw/ntuple/qp_plot_opt.c b/src/pawlib/paw/ntuple/qp_plot_opt.c
+index f5b6479..ffd8aef 100644
+--- a/src/pawlib/paw/ntuple/qp_plot_opt.c
++++ b/src/pawlib/paw/ntuple/qp_plot_opt.c
+@@ -67,7 +67,7 @@ qp_plot_opt_scan( PlotOptions * opt, char * option )
+ 	memset( opt, 0, sizeof(PlotOptions) );
+ 	p = option;
+ 	while ( *p != 0 ) {
+-		/* ordering on lenght of the option string is important */
++		/* ordering on length of the option string is important */
+ 		if ( opt_set( &p, "LEGO1", &opt->lego1 ) ) continue;
+ 		if ( opt_set( &p, "LEGO2", &opt->lego2 ) ) continue;
+ 		if ( opt_set( &p, "PROFI", &opt->profi ) ) continue;
+diff --git a/src/pawlib/paw/slide_obs/slidem.F b/src/pawlib/paw/slide_obs/slidem.F
+index 3267372..0f920dd 100644
+--- a/src/pawlib/paw/slide_obs/slidem.F
++++ b/src/pawlib/paw/slide_obs/slidem.F
+@@ -118,7 +118,7 @@
+          IN    =0
+          I     =1
+ *
+-*        start_symbol of list lenght
++*        start_symbol of list length
+ *
+   10     IF (FONT.LE.-8.AND.FONT.GE.-11) THEN
+             IF(FONT.EQ.-8) THEN
+@@ -504,7 +504,7 @@
+                  LINE(I)=ORDSTP(1:LLD1)//'<SPC1>'//LNBUF1
+                  ORDSTP=ORCOPY(1:LLD)
+ *
+-*                start_symbol of ordered list lenght
++*                start_symbol of ordered list length
+ *
+                  IF (FONT.LE.-8.AND.FONT.GE.-11) THEN
+                     SPSY=LLD1
+@@ -921,7 +921,7 @@
+             MODIF=.TRUE.
+          ENDIF
+ *
+-*        computing of line lenght
++*        computing of line length
+ *
+          KK=LENOCC(LINE(I))
+ *

-- 
PAW: Physics Analysis Workstation



More information about the debian-science-commits mailing list