summaryrefslogtreecommitdiffstats
path: root/libmscgen/gd.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-05 14:58:43 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-05 14:58:43 (GMT)
commit83b138afee3405c1b08b671efccba5b3ec1ec45c (patch)
treed6fe6eacf41a7a4e4c7ae9faf45adad1da214a1c /libmscgen/gd.h
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.zip
Doxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.tar.gz
Doxygen-83b138afee3405c1b08b671efccba5b3ec1ec45c.tar.bz2
Spelling corrections for libmscgen directory
Spelling corrections as found by codespell. The original package was written by UK-English writing person so left the words in UK-English (upon request this can be changed as well to US-English spelling).
Diffstat (limited to 'libmscgen/gd.h')
-rw-r--r--libmscgen/gd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmscgen/gd.h b/libmscgen/gd.h
index d6bbebd..c1a5754 100644
--- a/libmscgen/gd.h
+++ b/libmscgen/gd.h
@@ -333,7 +333,7 @@ typedef double (* interpolation_method )(double);
<Accessor Macros>
(Previous versions of this library encouraged directly manipulating
- the contents ofthe struct but we are attempting to move away from
+ the contents of the struct but we are attempting to move away from
this practice so the fields are no longer documented here. If you
need to poke at the internals of this struct, feel free to look at
*gd.h*.)
@@ -1572,7 +1572,7 @@ BGD_DECLARE(int) gdTransformAffineBoundingBox(gdRectPtr src, const double affine
*
* Constants:
* GD_CMP_IMAGE - Actual image IS different
- * GD_CMP_NUM_COLORS - Number of colors in pallette differ
+ * GD_CMP_NUM_COLORS - Number of colors in palette differ
* GD_CMP_COLOR - Image colors differ
* GD_CMP_SIZE_X - Image width differs
* GD_CMP_SIZE_Y - Image heights differ