1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 131-Fix-typo-choosen-chosen.dpatch by Lifeng Sun <lifongsun@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix typo: choosen -> chosen.
@DPATCH@
diff --git a/src/car/higz.car b/src/car/higz.car
index 291e9cc..3a1a9d7 100644
--- a/src/car/higz.car
+++ b/src/car/higz.car
@@ -758,7 +758,7 @@ HIGZ 1.23/05 18/10/95 10.14.00 PROGRAM LIBRARY HIGZ = Q120
* same CALL to IZPICT.
* Mods in IGHIST. The 1Dim histogram with 1 or 2 bins are not plotted
* with a marker or with a line but according to the current
-* option choosen.
+* option chosen.
*
*::> VERSION 1.16/07 921126 11.40
*
@@ -1775,7 +1775,7 @@ HIGZ 1.23/05 18/10/95 10.14.00 PROGRAM LIBRARY HIGZ = Q120
* transformation. The last selected transformation by ISELNT
* has the higher priority. In case of overlaping of the
* transformations the transformations with the higher priority
-* is choosen by IRQLC .
+* is chosen by IRQLC .
*
* 04/01/88 Modifications to IGRAP1. Normalization in X and Y
*
diff --git a/src/graflib/dzdoc/dzdraw/dzdhlv.F b/src/graflib/dzdoc/dzdraw/dzdhlv.F
index de0b272..41cd6a5 100644
--- a/src/graflib/dzdoc/dzdraw/dzdhlv.F
+++ b/src/graflib/dzdoc/dzdraw/dzdhlv.F
@@ -13,8 +13,8 @@
&' Activate locator at the following places:',
&' -----------------------------------------',
&' ',
- &' In divisions display => call DZDISP for choosen bank',
- &' In store display (at top) => call DZDDIV for choosen div',
+ &' In divisions display => call DZDISP for chosen bank',
+ &' In store display (at top) => call DZDDIV for chosen div',
&' In Zoom - box => zoom selected region of div',
&' 2 locator inputs are expected',
&' In the menu boxes to select stores and divisions'
diff --git a/src/graflib/dzdoc/dzedit/dzeditcdf.cdf b/src/graflib/dzdoc/dzedit/dzeditcdf.cdf
index 086d273..0bd45cf 100644
--- a/src/graflib/dzdoc/dzedit/dzeditcdf.cdf
+++ b/src/graflib/dzdoc/dzedit/dzeditcdf.cdf
@@ -89,7 +89,7 @@ An '*' (asterix) may be used as wild card character.
Exactly two times 4 characters are needed to define bank and up-bank.
only the last cycle of one entry is listed regardless of its date.
List of all cycles or selection by date of entering the RZ-file may
-also be choosen. The date is an integer of the form YYMMDD.
+also be chosen. The date is an integer of the form YYMMDD.
List option:
'P' PostScript file (default: simple text file)
'I' use format of the bank descriptor cards
diff --git a/src/graflib/dzdoc/dzeditcdf/dzeditcd.cdf b/src/graflib/dzdoc/dzeditcdf/dzeditcd.cdf
index 6ee7f73..785907b 100644
--- a/src/graflib/dzdoc/dzeditcdf/dzeditcd.cdf
+++ b/src/graflib/dzdoc/dzeditcdf/dzeditcd.cdf
@@ -695,7 +695,7 @@ static char *_DZEDIT_LISTONEBANK_guidance[] = {
"Exactly two times 4 characters are needed to define bank and up-bank.",
"only the last cycle of one entry is listed regardless of its date.",
"List of all cycles or selection by date of entering the RZ-file may",
- "also be choosen. The date is an integer of the form YYMMDD.",
+ "also be chosen. The date is an integer of the form YYMMDD.",
"List option:", " 'P' PostScript file (default: simple text file)",
" 'I' use format of the bank descriptor cards",
" (i.e. Input to CREATEDOC)" };
diff --git a/src/graflib/higz/doc/Versions/v1_02 b/src/graflib/higz/doc/Versions/v1_02
index c0e1284..2b28d2b 100644
--- a/src/graflib/higz/doc/Versions/v1_02
+++ b/src/graflib/higz/doc/Versions/v1_02
@@ -98,7 +98,7 @@
* transformation. The last selected transformation by ISELNT
* has the higher priority. In case of overlaping of the
* transformations the transformations with the higher priority
-* is choosen by IRQLC .
+* is chosen by IRQLC .
*
* 04/01/88 Modifications to IGRAP1. Normalization in X and Y
*
diff --git a/src/graflib/higz/doc/Versions/v1_16 b/src/graflib/higz/doc/Versions/v1_16
index ba33a13..cf9f4fb 100644
--- a/src/graflib/higz/doc/Versions/v1_16
+++ b/src/graflib/higz/doc/Versions/v1_16
@@ -61,7 +61,7 @@
* same CALL to IZPICT.
* Mods in IGHIST. The 1Dim histogram with 1 or 2 bins are not plotted
* with a marker or with a line but according to the current
-* option choosen.
+* option chosen.
*
*::> VERSION 1.16/07 921126 11.40
*
diff --git a/src/graflib/higz/ig/igwkty.F b/src/graflib/higz/ig/igwkty.F
index 5eb1c30..3063a75 100644
--- a/src/graflib/higz/ig/igwkty.F
+++ b/src/graflib/higz/ig/igwkty.F
@@ -25,7 +25,7 @@
*.
*. _Output parameters:
*.
-*. INTEGER IWKTY : Workstation identifier choosen interactively
+*. INTEGER IWKTY : Workstation identifier chosen interactively
*.
*..==========> (O.Couet)
#if (!defined(CERNLIB_BATCH))
diff --git a/src/mathlib/gen/c/erf.F b/src/mathlib/gen/c/erf.F
index 91eddd4..cc5e20e 100644
--- a/src/mathlib/gen/c/erf.F
+++ b/src/mathlib/gen/c/erf.F
@@ -19,7 +19,7 @@
PARAMETER(Z1 = 1, HF = Z1/2, C1 = 0.56418 958)
C Above the value of VMAX any calculation is pointless. The value is
-C choosen with a big safety margin - even the double precision
+C chosen with a big safety margin - even the double precision
C version only returns 1. for V (=ABS(X)) >= 5.9
PARAMETER(VMAX = 7.)
C The value for SWITCH is badly chosen for the single precision
diff --git a/src/packlib/kuip/code_kuip/kuipcdf.cdf b/src/packlib/kuip/code_kuip/kuipcdf.cdf
index cd5460d..95bfba2 100644
--- a/src/packlib/kuip/code_kuip/kuipcdf.cdf
+++ b/src/packlib/kuip/code_kuip/kuipcdf.cdf
@@ -531,7 +531,7 @@ The current value is returned by the system function $STYLE.
.
The G-styles are only available
if the application program is calling KUWHAG instead of KUWHAT.
-When one of these options is choosen
+When one of these options is chosen
the remaining parameters control the geometrical layout
of the menus on the screen and
the graphics workstation type (in case HIGZ was not initialized).
|