Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix typo - blind - suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log
Files
Refs
README
LICENSE
---
commit f9adfc4c7c21dc0526c0d13285e41f4292176378
parent cf27d7fabb899af7a16b3e6bff7c2432c36a2d35
Author: Mattias Andrée <[email protected]>
Date: Sun, 11 Jun 2017 15:49:55 +0200
Fix typo
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M src/blind-gauss-blur.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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.
*/
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.