diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-30 19:16:38 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-30 19:16:38 -0800 |
commit | 3b9deff98e7bb49fdc56e0fc0aa428fc25fe9044 (patch) | |
tree | d39166c45cf397b9648e8fb8669877b30a123d06 /src/modules/stars/stars.c | |
parent | 5f675b0b7f7b884cf67785462bfe50ab2e8099e3 (diff) |
modules/stars: capitalize description
Diffstat (limited to 'src/modules/stars/stars.c')
-rw-r--r-- | src/modules/stars/stars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/stars/stars.c b/src/modules/stars/stars.c index 3712e33..7c2f5f2 100644 --- a/src/modules/stars/stars.c +++ b/src/modules/stars/stars.c @@ -57,7 +57,7 @@ static void stars_render_fragment(void *context, fb_fragment_t *fragment) rototiller_module_t stars_module = { .render_fragment = stars_render_fragment, .name = "stars", - .description = "basic starfield", + .description = "Basic starfield", .author = "Philip J Freeman <elektron@halo.nu>", .license = "GPLv2", }; |