summaryrefslogtreecommitdiffstats
path: root/libhb/eedi2.c
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-07 10:54:59 -0500
committerScott <[email protected]>2018-02-20 18:10:44 +0000
commit2d1c8541460c2b63d46eb1a278adacee14a55556 (patch)
treebaf9c409edfb51f1a2b649b1f6e2291ff0524b76 /libhb/eedi2.c
parent5ce54df39b61c5b104f83d7ce291e67eada56efc (diff)
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/eedi2.c')
-rw-r--r--libhb/eedi2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/eedi2.c b/libhb/eedi2.c
index e12dbaef9..a4305dd6e 100644
--- a/libhb/eedi2.c
+++ b/libhb/eedi2.c
@@ -155,7 +155,7 @@ void eedi2_upscale_by_2( uint8_t * srcp, uint8_t * dstp, int height, int pitch )
}
/**
- * Finds places where verticaly adjacent pixels abruptly change in intensity, i.e., sharp edges.
+ * Finds places where vertically adjacent pixels abruptly change in intensity, i.e., sharp edges.
* @param dstp Pointer to the destination bitmap
* @param dst_pitch Stride of dstp
* @param srcp Pointer to the source bitmap