Package: s3d / 0.2.2-16

Fix-spelling-errors.patch Patch series | 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
From: Sven Eckelmann <sven@narfation.org>
Date: Fri, 1 Jan 2016 01:56:02 +0100
Subject: Fix spelling errors

---
 Documentation/manpages/man3/s3d_clone.3 | 2 +-
 apps/s3d_x11gate/s3d_x11gate.c          | 2 +-
 server/main.c                           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/manpages/man3/s3d_clone.3 b/Documentation/manpages/man3/s3d_clone.3
index e71712a..ba85188 100644
--- a/Documentation/manpages/man3/s3d_clone.3
+++ b/Documentation/manpages/man3/s3d_clone.3
@@ -40,7 +40,7 @@ s3d_clone \- clone object
 .BI "int s3d_clone(int\ " "oid" ");"
 .SH "DESCRIPTION"
 .PP
-Clones an already existing object\&. They get just look the same as the parent\-object and will change when the parent\-object changes\&. Cloning especially makes sense if you want to use the same object a lot of times\&. Move and transform is independent from the parent\&. The function returns the childs object id\&.
+Clones an already existing object\&. They get just look the same as the parent\-object and will change when the parent\-object changes\&. Cloning especially makes sense if you want to use the same object a lot of times\&. Move and transform is independent from the parent\&. The function returns the children object id\&.
 .SH "AUTHOR"
 .PP
 \fBSimon Wunderlich\fR
diff --git a/apps/s3d_x11gate/s3d_x11gate.c b/apps/s3d_x11gate/s3d_x11gate.c
index 964b611..1550b2b 100644
--- a/apps/s3d_x11gate/s3d_x11gate.c
+++ b/apps/s3d_x11gate/s3d_x11gate.c
@@ -181,7 +181,7 @@ static int keypress(struct s3d_evt *event)
 static int mouseclick(struct s3d_evt *S3DX11UNUSED(event))
 {
 	int i;
-	printf("thats it, collecting:\n");
+	printf("that's it, collecting:\n");
 	for (i = 0; i < 3; i++)
 		printf("[%d] %f\n", i, count[i] / iterations);
 	exit(0);
diff --git a/server/main.c b/server/main.c
index b8fe1fd..93d9810 100644
--- a/server/main.c
+++ b/server/main.c
@@ -100,14 +100,14 @@ int rc_init(void)
 				}
 			}
 		}
-		errs("rc_init()", "no usuable rc script found.");
+		errs("rc_init()", "no usable rc script found.");
 		if (rc == NULL) {
 			errs("rc_init()", "You don't have an rc-script? Think about creating one (~/.s3drc), its handy :)");
 			errs("rc_init()", "Starting anyway ...");
 			while (1)
 				sleep(1);
 		} else {
-			errs("rc_init()", "no usuable rc script found.");
+			errs("rc_init()", "no usable rc script found.");
 			errs("rc_init()", "Check your rc-script!");
 		}
 		exit(1);