From f9adfc4c7c21dc0526c0d13285e41f4292176378 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 11 Jun 2017 15:49:55 +0200 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-gauss-blur.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3-70-g09d2