diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:10:34 (GMT) |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:10:34 (GMT) |
commit | 07c727a22ff2eef071afbdcb210b6532f1ad03e8 (patch) | |
tree | e30fe382d8be1dc7d517d08baf96a0af9a39a0af /libmscgen | |
parent | 988a515275cf76c4ea03a95b1d6c9d83cccd980a (diff) | |
download | Doxygen-07c727a22ff2eef071afbdcb210b6532f1ad03e8.zip Doxygen-07c727a22ff2eef071afbdcb210b6532f1ad03e8.tar.gz Doxygen-07c727a22ff2eef071afbdcb210b6532f1ad03e8.tar.bz2 |
spelling: background
Diffstat (limited to 'libmscgen')
-rw-r--r-- | libmscgen/mscgen_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmscgen/mscgen_api.c b/libmscgen/mscgen_api.c index f568ea9..b28d653 100644 --- a/libmscgen/mscgen_api.c +++ b/libmscgen/mscgen_api.c @@ -1062,7 +1062,7 @@ static void arcBox(Context *ctx, * \param arcIdUrl The URL for rendering the test identifier as a hyperlink. * This maybe \a NULL if not required. * \param arcTextColour Colour for the arc text, or NULL to use default. - * \param arcTextColour Colour for the arc text backgroun, or NULL to use default. + * \param arcTextColour Colour for the arc text background, or NULL to use default. * \param arcType The type of arc, used to control output semantics. */ static void arcText(Context *ctx, |