Merge branch 'dont-typo-fix' into 'main'

tools: Add missing contraction in string

See merge request GNOME/gtk!6843
This commit is contained in:
Matthias Clasen
2024-02-06 16:52:05 +00:00

View File

@@ -93,7 +93,7 @@ do_benchmark (int *argc,
const GOptionEntry entries[] = {
{ "renderer", 0, 0, G_OPTION_ARG_STRING_ARRAY, &renderers, N_("Add renderer to benchmark"), N_("RENDERER") },
{ "runs", 0, 0, G_OPTION_ARG_INT, &runs, N_("Number of runs with each renderer"), N_("RUNS") },
{ "no-download", 0, 0, G_OPTION_ARG_NONE, &nodownload, N_("Dont download result/wait for GPU to finish"), NULL },
{ "no-download", 0, 0, G_OPTION_ARG_NONE, &nodownload, N_("Dont download result/wait for GPU to finish"), NULL },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, NULL, N_("FILE…") },
{ NULL, }
};