[hackers] [blind] Fix typo || Mattias Andrée

2017-09-23 Thread git
commit b8a30d699041fe9953b37019913792a7cc2192f7
Author: Mattias Andrée 
AuthorDate: Sat Sep 16 23:53:15 2017 +0200
Commit: Mattias Andrée 
CommitDate: Sat Sep 16 23:53:15 2017 +0200

Fix typo

Signed-off-by: Mattias Andrée 

diff --git a/man/blind-spiral-gradient.1 b/man/blind-spiral-gradient.1
index efd61f3..bf7b935 100644
--- a/man/blind-spiral-gradient.1
+++ b/man/blind-spiral-gradient.1
@@ -35,7 +35,7 @@ modify the shape of the spiral so that it is
 based on a superellipse instead of a circle.
 The first and second channel of third pixel creates
 a vector that is normalised. This vector and its
-normal creates the basis an imaginary coordinate
+normal creates the basis of an imaginary coordinate
 system with its origo at the beginning of the spiral.
 The superellipse defined by the equation
 .RI | x |^ a +| y / m |^ b =1,



[hackers] [blind] Fix typo || Mattias Andrée

2017-07-03 Thread git
commit f9adfc4c7c21dc0526c0d13285e41f4292176378
Author: Mattias Andrée 
AuthorDate: Sun Jun 11 15:49:55 2017 +0200
Commit: Mattias Andrée 
CommitDate: Sun Jun 11 15:49:55 2017 +0200

Fix typo

Signed-off-by: Mattias Andrée 

diff --git a/src/blind-gauss-blur.c b/src/blind-gauss-blur.c
index 221ee12..3f4e08b 100644
--- a/src/blind-gauss-blur.c
+++ b/src/blind-gauss-blur.c
@@ -16,7 +16,7 @@ static size_t spread = 0;
  * This is not a regular simple gaussian blur implementation.
  * This implementation is able to apply different levels of
  * blur on different pixels. It's therefore written a bit
- * oldly. Instead of going through each pixel and calculate
+ * oddly. Instead of going through each pixel and calculate
  * the new value for each pixel, it goes through each pixel
  * and smears it out to the other pixels.
  */



[hackers] [blind] Fix typo || Mattias Andrée

2017-05-09 Thread git
commit 4d4f28c49274f0d3cae4365af4c32cc3e4b8222a
Author: Mattias Andrée 
AuthorDate: Tue May 9 20:07:55 2017 +0200
Commit: Mattias Andrée 
CommitDate: Tue May 9 20:07:55 2017 +0200

Fix typo

Signed-off-by: Mattias Andrée 

diff --git a/src/blind-next-frame.c b/src/blind-next-frame.c
index bd47f1d..b155b2b 100644
--- a/src/blind-next-frame.c
+++ b/src/blind-next-frame.c
@@ -67,7 +67,7 @@ main(int argc, char *argv[])
 done:
 
if (anything && stream.frames)
-   enprintf(2, "%s: is shorted than expected\n", stream.file);
+   enprintf(2, "%s: is shorter than expected\n", stream.file);
 
return !anything;
 }
diff --git a/src/blind-skip-pattern.c b/src/blind-skip-pattern.c
index d77e3f2..914bed4 100644
--- a/src/blind-skip-pattern.c
+++ b/src/blind-skip-pattern.c
@@ -27,7 +27,7 @@ process_frame(struct stream *stream, int include, size_t rown)
 done:
 
if (anything && h)
-   eprintf("%s: is shorted than expected\n", stream->file);
+   eprintf("%s: is shorter than expected\n", stream->file);
 
return anything;
 }