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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 135-fix-typo-dont-don_t.dpatch by Lifeng Sun <lifongsun@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix typo: dont -> don't.
@DPATCH@
diff --git a/src/graflib/dzdoc/cdf/zbrcdf.cdf b/src/graflib/dzdoc/cdf/zbrcdf.cdf
index e831549..8a39927 100644
--- a/src/graflib/dzdoc/cdf/zbrcdf.cdf
+++ b/src/graflib/dzdoc/cdf/zbrcdf.cdf
@@ -557,7 +557,7 @@ and CHNAME is the name of a variable in the doc.
If used with the option "array" all values with this name
in the bank will be filled (max. 100)
-CHBANK: internal bank numbering, dont touch
+CHBANK: internal bank numbering, don't touch
CHOPT: Switch between single variables and arrays.
'single' mark a single (scalar) variable
@@ -576,7 +576,7 @@ Option: 'L' loop on all other links (Jbias) to this bank
in Upbank or on all next banks if it is part
of a linear structure (nyi)
>Parameters
-IDBANK 'Int Bank Id (DONT TOUCH)' I D=0
+IDBANK 'Int Bank Id (DON'T TOUCH)' I D=0
CHOPT 'Single variable or array' C D='Array' R='Single,Array'
IWORDF 'First word number' I D=0
IWORDL 'Last word number' I D=0
@@ -588,7 +588,7 @@ COPT 'Option' C D='.'
>GUIDANCE
Write bank tree to FZFILE
>Parameters
-IDBANK 'Int Bank Id (DONT TOUCH)' I D=0
+IDBANK 'Int Bank Id (DON'T TOUCH)' I D=0
LUNFOU 'Unit number' I D=0
CHBANK 'Holl Id' C D=' '
CHOPT 'Option for FZOUT' C D=' '
@@ -599,7 +599,7 @@ CHEAD 'Write user header' C D='Yes'
>GUIDANCE
Drop bank (tree)
>Parameters
-IDBANK 'Int Bank Id (DONT TOUCH)' I D=0
+IDBANK 'Int Bank Id (DON'T TOUCH)' I D=0
CHOPT 'Option for MZDROP' C D='.'
>ACTION DZDSPI
@@ -617,7 +617,7 @@ HINT+WARNING:
If the dataword offset is <=0 you can modify system words
on your own risk.
>Parameters
-IDBANK 'Int Bank Id (DONT TOUCH)' I D=0
+IDBANK 'Int Bank Id (DON'T TOUCH)' I D=0
IFWORD 'First word' I D=' '
ILWORD 'Last word' I D=' '
IVALUE 'Integer value' C D=' '
@@ -634,7 +634,7 @@ With option PLOT the values are filled in a histogram
which is then plotted (see VECTOR/PLOT), DRAW interprets
the data words as histogram contents (VECTOR/DRAW).
>Parameters
-IDBANK 'Int Bank Id (DONT TOUCH)' I D=0
+IDBANK 'Int Bank Id (DON'T TOUCH)' I D=0
IDHIST 'Histogram Id' I D=12345
CHVECT 'Vector Name' C D=' '
IFWORD 'First word' I D=0
diff --git a/src/graflib/dzdoc/cdf/zbrdef.c b/src/graflib/dzdoc/cdf/zbrdef.c
index 36d3729..565898b 100644
--- a/src/graflib/dzdoc/cdf/zbrdef.c
+++ b/src/graflib/dzdoc/cdf/zbrdef.c
@@ -1191,7 +1191,7 @@ static KmCommand _DZDOC_BROWSE_SHOW_RZS = { &_DZDOC_BROWSE_GET_KEY,
static KmParInt _DZDOC_BROWSE_PT_VECT_IDBANK_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
static KmParameter _DZDOC_BROWSE_PT_VECT_IDBANK = { "IDBANK", 6,
- "Int Bank Id (DONT TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
+ "Int Bank Id (DON'T TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
(KmParFlag)0, KmTYPE_INT, &_DZDOC_BROWSE_PT_VECT_IDBANK_type };
static KmParInt _DZDOC_BROWSE_PT_VECT_IDHIST_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
@@ -1240,7 +1240,7 @@ static KmCommand _DZDOC_BROWSE_PT_VECT = { &_DZDOC_BROWSE_SHOW_RZS,
static KmParInt _DZDOC_BROWSE_SH_MODIFY_IDBANK_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
static KmParameter _DZDOC_BROWSE_SH_MODIFY_IDBANK = { "IDBANK", 6,
- "Int Bank Id (DONT TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
+ "Int Bank Id (DON'T TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
(KmParFlag)0, KmTYPE_INT, &_DZDOC_BROWSE_SH_MODIFY_IDBANK_type };
static KmParInt _DZDOC_BROWSE_SH_MODIFY_IFWORD_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
@@ -1285,7 +1285,7 @@ static KmCommand _DZDOC_BROWSE_SH_MODIFY = { &_DZDOC_BROWSE_PT_VECT,
static KmParInt _DZDOC_BROWSE_SH_DROP_IDBANK_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
static KmParameter _DZDOC_BROWSE_SH_DROP_IDBANK = { "IDBANK", 6,
- "Int Bank Id (DONT TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
+ "Int Bank Id (DON'T TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
(KmParFlag)0, KmTYPE_INT, &_DZDOC_BROWSE_SH_DROP_IDBANK_type };
static KmParOption _DZDOC_BROWSE_SH_DROP_CHOPT_type = { (char**)0, (int*)0,
(int*)0 };
@@ -1304,7 +1304,7 @@ static KmCommand _DZDOC_BROWSE_SH_DROP = { &_DZDOC_BROWSE_SH_MODIFY,
static KmParInt _DZDOC_BROWSE_SH_FOUT_IDBANK_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
static KmParameter _DZDOC_BROWSE_SH_FOUT_IDBANK = { "IDBANK", 6,
- "Int Bank Id (DONT TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
+ "Int Bank Id (DON'T TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
(KmParFlag)0, KmTYPE_INT, &_DZDOC_BROWSE_SH_FOUT_IDBANK_type };
static KmParInt _DZDOC_BROWSE_SH_FOUT_LUNFOU_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
@@ -1337,7 +1337,7 @@ static KmCommand _DZDOC_BROWSE_SH_FOUT = { &_DZDOC_BROWSE_SH_DROP,
static KmParInt _DZDOC_BROWSE_MARK_NT_IDBANK_type = { (char*)0, (char*)0,
(char*)0, (char*)0, 0 };
static KmParameter _DZDOC_BROWSE_MARK_NT_IDBANK = { "IDBANK", 6,
- "Int Bank Id (DONT TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
+ "Int Bank Id (DON'T TOUCH)", "0", (char*)0, 8, 0, (char**)0, 0, (char**)0,
(KmParFlag)0, KmTYPE_INT, &_DZDOC_BROWSE_MARK_NT_IDBANK_type };
static char *_DZDOC_BROWSE_MARK_NT_CHOPT_range[] = { "Single", "Array" };
static char *_DZDOC_BROWSE_MARK_NT_CHOPT_text[] = { (char*)0, (char*)0 };
@@ -1376,7 +1376,7 @@ static char *_DZDOC_BROWSE_MARK_NT_guidance[] = {
"and CHNAME is the name of a variable in the doc.",
"If used with the option \"array\" all values with this name",
"in the bank will be filled (max. 100)",
- "CHBANK: internal bank numbering, dont touch",
+ "CHBANK: internal bank numbering, don't touch",
"CHOPT: Switch between single variables and arrays.",
" 'single' mark a single (scalar) variable",
" 'array' put each occurence of a variable in bank",
diff --git a/src/graflib/dzdoc/dzdraw/dzdbnk.F b/src/graflib/dzdoc/dzdraw/dzdbnk.F
index 882e598..9a32a49 100644
--- a/src/graflib/dzdoc/dzdraw/dzdbnk.F
+++ b/src/graflib/dzdoc/dzdraw/dzdbnk.F
@@ -76,7 +76,7 @@
* with option 'B' => IFLDIR = 1, (directory tree)
* take text in data from bank itself
-* and dont write Id, ND ..
+* and don't write Id, ND ..
IF(IFLDIR .NE. 0)THEN
* RZ-directory
diff --git a/src/graflib/dzdoc/dzdraw/dzddiv.F b/src/graflib/dzdoc/dzdraw/dzddiv.F
index 346608d..0e6ba27 100644
--- a/src/graflib/dzdoc/dzdraw/dzddiv.F
+++ b/src/graflib/dzdoc/dzdraw/dzddiv.F
@@ -18,7 +18,7 @@
*. CHOPT Character option
*. 'I' interactive,
*. 'P' print addresses of of banks
-*. 'N' dont activate workstation (done by caller)
+*. 'N' don't activate workstation (done by caller)
*. 'M' write also the menu boxes to metafile
*. 'C' use color
*. IWDISP workstation Id for display (screen)
diff --git a/src/graflib/dzdoc/dzdraw/dzddtr.F b/src/graflib/dzdoc/dzdraw/dzddtr.F
index a7e397d..cf00171 100644
--- a/src/graflib/dzdoc/dzdraw/dzddtr.F
+++ b/src/graflib/dzdoc/dzdraw/dzddtr.F
@@ -170,7 +170,7 @@
ENDIF
ENDIF
ENDIF
-* dont write documentation more than once if:
+* don't write documentation more than once if:
* more than one picture needed and for next-banks
* with the same Holl Id
LN=LQ(KQS+L)
diff --git a/src/graflib/dzdoc/dzdraw/dzdedd.F b/src/graflib/dzdoc/dzdraw/dzdedd.F
index 99674d4..61afccb 100644
--- a/src/graflib/dzdoc/dzdraw/dzdedd.F
+++ b/src/graflib/dzdoc/dzdraw/dzdedd.F
@@ -188,7 +188,7 @@
ELSE
CALL KUEDIT(CHFILE, ISTAT)
IF(ISTAT.NE.0)THEN
- WRITE(*,*)'No mods made, dont put into Rz-file'
+ WRITE(*,*)'No mods made, don''t put into Rz-file'
GOTO 999
ENDIF
CALL DZDUDD(CHFILE)
diff --git a/src/graflib/dzdoc/dzdraw/dzdirz.F b/src/graflib/dzdoc/dzdraw/dzdirz.F
index 0fdcd43..5558d58 100644
--- a/src/graflib/dzdoc/dzdraw/dzdirz.F
+++ b/src/graflib/dzdoc/dzdraw/dzdirz.F
@@ -17,9 +17,9 @@
*. JB Jbias
*. RZPATH RZ - directory to treat
*. CHOPT Character option:
-*. 'N' dont activate workstation (done by caller)
+*. 'N' don't activate workstation (done by caller)
*. 'M' write on metafile also the menu boxes
-*. 'S' dont drop d/s at return
+*. 'S' don't drop d/s at return
*. 'A' display all keys (100000)
*. 'T' template (2 lines/dir => LUN)
*. 'H' headline for key names in display
diff --git a/src/graflib/dzdoc/dzdraw/dzdisp.F b/src/graflib/dzdoc/dzdraw/dzdisp.F
index 64f596d..ce4a119 100644
--- a/src/graflib/dzdoc/dzdraw/dzdisp.F
+++ b/src/graflib/dzdoc/dzdraw/dzdisp.F
@@ -16,7 +16,7 @@
*. LTOPIN Link to top bank to be displayed
*. RZPATH Pathname in RZ-file for bank documentation
*. CHOPT Character option:
-*. 'N' dont activate workstation (done by caller)
+*. 'N' don't activate workstation (done by caller)
*. 'M' write on metafile also the menu boxes
*. 'V' caller is DZDDIV
*. 'W' call GSWKVP and GSWKWN
diff --git a/src/graflib/dzdoc/dzdraw/dzdoco.F b/src/graflib/dzdoc/dzdraw/dzdoco.F
index 0dc4f34..b5808fb 100644
--- a/src/graflib/dzdoc/dzdraw/dzdoco.F
+++ b/src/graflib/dzdoc/dzdraw/dzdoco.F
@@ -34,7 +34,7 @@
*. 'S' : SGML tagged output
*. 'H' : highlight headline SGML
*. 'L' : highlight headline Latex
-*. 'N' : dont write headline
+*. 'N' : don't write headline
*. 'I' : Input format for DZDOCM
*. *
*. BANKS R : QBKD,QBKM *
diff --git a/src/graflib/dzdoc/dzdraw/dzdorf.F b/src/graflib/dzdoc/dzdraw/dzdorf.F
index 84b32c4..ea44d56 100644
--- a/src/graflib/dzdoc/dzdraw/dzdorf.F
+++ b/src/graflib/dzdoc/dzdraw/dzdorf.F
@@ -86,7 +86,7 @@
* IDOCFL=1
GOTO 777
ENDIF
-* dont leave it open in update mode
+* don't leave it open in update mode
IF(IFLAG.EQ.0)THEN
LUDOCB=LPDOCB
CALL DZDCLD
diff --git a/src/graflib/dzdoc/dzdraw/dzdpuv.F b/src/graflib/dzdoc/dzdraw/dzdpuv.F
index 6ba1fee..404ba3d 100644
--- a/src/graflib/dzdoc/dzdraw/dzdpuv.F
+++ b/src/graflib/dzdoc/dzdraw/dzdpuv.F
@@ -48,7 +48,7 @@
IF (INDEX(CQLINE(13:24),'"').NE.0)THEN
CTYPE='H'
CHOPT=' '
- WRITE(*,*)'Warning: Type is hollerith, dont draw or plot it'
+ WRITE(*,*)'Warning: Type is hollerith, don''t draw or plot it'
ELSE IF(INDEX(CQLINE(13:24),'.').NE.0)THEN
CTYPE=' '
ELSE
diff --git a/src/graflib/dzdoc/dzdraw/dzdst1.F b/src/graflib/dzdoc/dzdraw/dzdst1.F
index 06e97ef..370f84d 100644
--- a/src/graflib/dzdoc/dzdraw/dzdst1.F
+++ b/src/graflib/dzdoc/dzdraw/dzdst1.F
@@ -18,7 +18,7 @@
*. IFW first word in division to display
*. ILW last word
*. REQINP return link to bank where locator
-*. points to, dont do display
+*. points to, don't do display
*. XC,YC position of locator
*.
*. OUTPUT : LRET link to bank
diff --git a/src/graflib/dzdoc/dzdraw/dzdzeb.F b/src/graflib/dzdoc/dzdraw/dzdzeb.F
index 779385b..df80980 100644
--- a/src/graflib/dzdoc/dzdraw/dzdzeb.F
+++ b/src/graflib/dzdoc/dzdraw/dzdzeb.F
@@ -297,7 +297,7 @@
ICYCLE=ICYDSP
CALL RZIN(0,LL,2,ICONTK,ICYCLE,'CS')
IF(IQUEST(1).EQ.0)THEN
-* dont show if append mode ?
+* don't show if append mode ?
IF(IAPPFL.EQ.0 .AND. IAND(IQUEST(14),8).NE.0)GOTO 105
* look for mask
diff --git a/src/p5boot/p5lib/arrive.f b/src/p5boot/p5lib/arrive.f
index efa4c2b..7bd3ea0 100644
--- a/src/p5boot/p5lib/arrive.f
+++ b/src/p5boot/p5lib/arrive.f
@@ -159,7 +159,7 @@ C------ Read from the file
ENDIF
IN_DOX = 2
-C-- if file not seekable, dont read too much
+C-- if file not seekable, don't read too much
IF (IQ(LARRV+7).LT.-1) THEN
NSLWAN = NSLMIN
diff --git a/src/packlib/fatmen/fatutil/fmveri.F b/src/packlib/fatmen/fatutil/fmveri.F
index 12d6fb4..5818016 100644
--- a/src/packlib/fatmen/fatutil/fmveri.F
+++ b/src/packlib/fatmen/fatutil/fmveri.F
@@ -3,7 +3,7 @@
*
* $Log: fmveri.F,v $
* Revision 1.4 1998/02/13 14:01:21 jamie
-* dont check bank address is 0
+* don't check bank address is 0
*
* Revision 1.3 1997/10/23 13:39:36 mclareni
* NT mods
diff --git a/src/packlib/hbook/hmcstat/hadjust.F b/src/packlib/hbook/hmcstat/hadjust.F
index 90b63ae..817d812 100644
--- a/src/packlib/hbook/hmcstat/hadjust.F
+++ b/src/packlib/hbook/hmcstat/hadjust.F
@@ -66,7 +66,7 @@ C check that none of the p(j) are zero as this causes crashes
IF(WJI*P(J).EQ.0.0D0)THEN
WRITE(6,*)'ADJUST: P(',J,') =',P(J),' - zero
+ fractions cause crashes'
- WRITE(6,*)'ADJUST: dont set starting values
+ WRITE(6,*)'ADJUST: don''t set starting values
+ to zero - if you didnt then'
WRITE(6,*)'ADJUST: try setting limits on the P(J)
+ (0<P(J)<1) before any SCAN or MIGRad calls'
diff --git a/src/patchy/patchy.car b/src/patchy/patchy.car
index 9606642..1a370c1 100755
--- a/src/patchy/patchy.car
+++ b/src/patchy/patchy.car
@@ -9540,7 +9540,7 @@ C------ Read from the file
IN_DOX = 2
+SELF, IF=QCIO.
-C-- if file not seekable, dont read too much
+C-- if file not seekable, don't read too much
IF (IQ(LARRV+7).LT.-1) THEN
NSLWAN = NSLMIN
|