From 8ca9a7edc0cc937b88b5a3fea8aa61cb2f97dbe0 Mon Sep 17 00:00:00 2001 From: trinitou Date: Fri, 1 Nov 2024 06:00:24 +0100 Subject: [PATCH] typo --- include/clap/ext/draft/param-resolutions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/param-resolutions.h b/include/clap/ext/draft/param-resolutions.h index a37d7d04..0c4b6cdc 100644 --- a/include/clap/ext/draft/param-resolutions.h +++ b/include/clap/ext/draft/param-resolutions.h @@ -8,7 +8,7 @@ static CLAP_CONSTEXPR const char CLAP_EXT_PARAM_RESOLUTIONS[] = "clap.param-reso extern "C" { #endif -/// This extension allows a plugin to provides descrete value resolutions for parameters. +/// This extension allows a plugin to provides discrete value resolutions for parameters. /// /// The host can use the parameter resolution for example for /// - incrementing/decrementing the parameter value in discrete steps