aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-11 15:49:55 +0200
committerMattias Andrée <maandree@kth.se>2017-06-11 15:49:55 +0200
commitf9adfc4c7c21dc0526c0d13285e41f4292176378 (patch)
tree8cd1b0b00a16409bfb3ad8c5d02c9255b311bb08 /src
parentUpdate todo (diff)
downloadblind-f9adfc4c7c21dc0526c0d13285e41f4292176378.tar.gz
blind-f9adfc4c7c21dc0526c0d13285e41f4292176378.tar.bz2
blind-f9adfc4c7c21dc0526c0d13285e41f4292176378.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/blind-gauss-blur.c2
1 files changed, 1 insertions, 1 deletions
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.
*/