meson: fix misspelled kwarg name
authorEli Schwartz <eschwartz@archlinux.org>
Mon, 14 Mar 2022 00:26:05 +0000 (20:26 -0400)
committerEli Schwartz <eschwartz@archlinux.org>
Sun, 27 Mar 2022 17:07:52 +0000 (13:07 -0400)
commitb05b2826365a7dbc6ca1bf0977b848055cd0cbb6
treebd2154a18dc49e10ecc3bd2e1732f9730319f29f
parent1d72eaf69b906e93d0f13240835405a784996a40
meson: fix misspelled kwarg name

set10 doesn't have a `Description` kwarg, it does have a `description`
kwarg though.

This caused the conf variable to not have a description when it should
have one, and newer versions of Meson with better argument validation
error out with:

meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description"
meson.build