summaryrefslogtreecommitdiff
path: root/src/gd_nnquant.c
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-09-23 06:25:23 +1000
committerMike Frysinger <vapier@gmail.com>2021-09-23 01:13:40 -0400
commitf7e57be725f6022c91f84cc72555f1b69d263e23 (patch)
tree9070b3747e5195bd1c31bcb77e0109383e0a5c52 /src/gd_nnquant.c
parent826e546256b97ffaa8a88409e0c26cccffb179f1 (diff)
downloadlibgd-f7e57be725f6022c91f84cc72555f1b69d263e23.tar.gz
docs: Fix a few typos
There are small typos in: - examples/copyrotated.c - src/gd.c - src/gd.h - src/gd_avif.c - src/gd_nnquant.c - src/gd_tga.c - src/gd_topal.c - src/wbmp.c - tests/avif/compare_avif_to_png.c Fixes: - Should read `requires` rather than `reqiures`. - Should read `of the` rather than `ofthe`. - Should read `memory` rather than `memmory`. - Should read `maximum` rather than `maxmum`. - Should read `intersection` rather than `intertersection`. - Should read `hypotenuse` rather than `hypothenus`. - Should read `flexibility` rather than `flexibilty`. - Should read `always` rather than `alwasy`. - Should read `also` rather than `alos`.
Diffstat (limited to 'src/gd_nnquant.c')
-rw-r--r--src/gd_nnquant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_nnquant.c b/src/gd_nnquant.c
index 8b9aa79..4a1864a 100644
--- a/src/gd_nnquant.c
+++ b/src/gd_nnquant.c
@@ -536,7 +536,7 @@ BGD_DECLARE(gdImagePtr) gdImageNeuQuant(gdImagePtr im, const int max_color, int
* This implementation works with aligned contiguous buffer only
* Upcoming new buffers are contiguous and will be much faster.
* let don't bloat this code to support our good "old" 31bit format.
- * It alos lets us convert palette image, if one likes to reduce
+ * It also lets us convert palette image, if one likes to reduce
* a palette
*/
if (overflow2(gdImageSX(im), gdImageSY(im))