summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_gd_out.c
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/mscgen_gd_out.c
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/mscgen_gd_out.c')
-rw-r--r--libmscgen/mscgen_gd_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmscgen/mscgen_gd_out.c b/libmscgen/mscgen_gd_out.c
index 263431e..8d8198c 100644
--- a/libmscgen/mscgen_gd_out.c
+++ b/libmscgen/mscgen_gd_out.c
@@ -119,7 +119,7 @@ static int getGdoPen(struct ADrawTag *ctx)
/** Given a colour value, convert to a gd colour reference.
- * This searches the current pallette of colours for the passed colour and
+ * This searches the current palette of colours for the passed colour and
* returns an existing reference if possible. Otherwise a new colour reference
* is allocated and returned.
*/