summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/copyrotated.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/copyrotated.c b/examples/copyrotated.c
index 9006c0c..cb2b78b 100644
--- a/examples/copyrotated.c
+++ b/examples/copyrotated.c
@@ -51,8 +51,8 @@ int main(int argc, char **arg)
}
/*
- cos adj hyp (cos = adjacent / hypothenus)
- sin op hyp (sin adjacent / hypothenus)
+ cos adj hyp (cos = adjacent / hypotenuse)
+ sin op hyp (sin adjacent / hypotenuse)
+ 10 pixels margin
*/