From b792b558cecd7f92cf6a292b3e2c6af8eebfedce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Vel=C3=A1zquez-Garc=C3=ADa?= Date: Mon, 27 May 2024 14:55:21 +0200 Subject: [PATCH] meson: Correct typo in 'xptv formatter' description Part-of: --- subprojects/gst-editing-services/meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-editing-services/meson_options.txt b/subprojects/gst-editing-services/meson_options.txt index fe25f553fd..f197119b90 100644 --- a/subprojects/gst-editing-services/meson_options.txt +++ b/subprojects/gst-editing-services/meson_options.txt @@ -16,7 +16,7 @@ option('bash-completion', type : 'feature', value : 'auto', option('pygi-overrides-dir', type : 'string', value : '', description: 'Path to pygobject overrides directory') option('xptv', type : 'feature', value : 'auto', - description : 'Build the deprecated xptv formater') + description : 'Build the deprecated xptv formatter') option('python', type : 'feature', value : 'auto', yield: true, description: 'Enable python formatters.') option('libpython-dir', type : 'string', value : '',