File: 0001-Fix-typo-in-documentation.patch

package info (click to toggle)
cuyo 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,756 kB
  • sloc: cpp: 12,451; ml: 6,341; sh: 1,228; pascal: 754; yacc: 558; makefile: 261; lex: 244; perl: 204; sed: 5
file content (62 lines) | stat: -rw-r--r-- 2,075 bytes parent folder | download
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
From: Emmanuel Arias <eamanu@yaerobi.com>
Date: Wed, 8 Dec 2021 04:00:58 -0300
Subject: Fix typo in documentation.

---
 docs/cual.6 | 8 ++++----
 docs/cuyo.6 | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/cual.6 b/docs/cual.6
index 9355194..01ee12e 100644
--- a/docs/cual.6
+++ b/docs/cual.6
@@ -86,7 +86,7 @@ In every game step, the procedure of each of the blobs is called once.
 It has to draw the blob each time, even if nothing has changed. 
 (However, there's an internal routine in cuyo
 which checks if the same is drawn as in the last step and which then
-supresses the drawing.)
+suppresses the drawing.)
 .PP
 There may be other procedures associated to a kind of blob, which are
 executed at special events, for example when a falling blob lands.
@@ -227,7 +227,7 @@ This includes the beginning-of-level information, message()s, and score.
 Defaults to a certain shade of dark grey.
 .TP
 .B topcolor
-The colour of the top border comming down
+The colour of the top border coming down
 (where not determined by \fBtoppic\fR).
 Defaults to a certain shade of light grey.
 .
@@ -542,7 +542,7 @@ A special comparison
 Boolean not
 .TP
 .BR + ", " \-
-Add, substract
+Add, subtract
 .TP
 .B :
 Special operator
@@ -603,7 +603,7 @@ The neighbour sequence is a string of "0"s and "1"s
 with a "1" for each neighbour of the same kind,
 starting above and going clockwise. 
 This way, you get a string of "0"s and "1"s (six or eight, depending
-on wether this level is in hex mode).
+on whether this level is in hex mode).
 .RS
 .PP
 Example: \fB1???0???\fR is true iff the
diff --git a/docs/cuyo.6 b/docs/cuyo.6
index 8bb7736..e0008b3 100644
--- a/docs/cuyo.6
+++ b/docs/cuyo.6
@@ -30,7 +30,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-cuyo - Tetris-like game with many suprises
+cuyo - Tetris-like game with many surprises
 .SH SYNOPSIS
 \fBcuyo\fR [\fB\-d\fR] [\fB\-f\fR] [\fB\-g \fIwidth\fBx\fIheight\fR] [\fB\-h\fR] [\fB\-?\fR] [\fB\-\-version \fIversions\fR] [\fIld-file\fR]
 .P