(wrong string) ée

From: <git_AT_suckless.org>
Date: Mon, 3 Jul 2017 14:06:19 +0200 (CEST)

commit f9adfc4c7c21dc0526c0d13285e41f4292176378
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun Jun 11 15:49:55 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun Jun 11 15:49:55 2017 +0200

    Fix typo
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

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
_AT_@ -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.
  */
Received on Mon Jul 03 2017 - 14:06:19 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 03 2017 - 14:12:45 CEST