diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-02-08 18:08:14 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-02-08 18:08:14 -0800 |
commit | e993dcbfc12a989eb8459c756a1dcdb43de234e8 (patch) | |
tree | fbc87834e372be577dda53ca8578f0dbfc1b7f2c /src/modules/pixbounce | |
parent | aadd3f1c3b2f299d9e68335f34a98dad2c730ea6 (diff) |
modules/*: normalize description capitalization
Minor cosmetic consistency fixup
Diffstat (limited to 'src/modules/pixbounce')
-rw-r--r-- | src/modules/pixbounce/pixbounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pixbounce/pixbounce.c b/src/modules/pixbounce/pixbounce.c index a59efbe..893016f 100644 --- a/src/modules/pixbounce/pixbounce.c +++ b/src/modules/pixbounce/pixbounce.c @@ -197,7 +197,7 @@ rototiller_module_t pixbounce_module = { .destroy_context = pixbounce_destroy_context, .render_fragment = pixbounce_render_fragment, .name = "pixbounce", - .description = "pixmap bounce", + .description = "Pixmap bounce", .author = "Philip J Freeman <elektron@halo.nu>", .license = "GPLv2", }; |