commit aee35cf65d024f55f6d66617748d1d50b9be8ad2 parent 8598a105e94f0c973ff75707d9758037682e8bae Author: joshnatis <joshnatis0@gmail.com> Date: Fri, 24 Jun 2022 11:46:00 -0400 Fix typos in plugin-features.h Diffstat:
M | include/clap/plugin-features.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/plugin-features.h b/include/clap/plugin-features.h @@ -2,13 +2,13 @@ #include "private/macros.h" -// This files provides a set of standard plugin features meant to be use +// This file provides a set of standard plugin features meant to be used // within clap_plugin_descriptor.features. // // For practical reasons we'll avoid spaces and use `-` instead to facilitate // scripts that generate the feature array. // -// Non standard feature should be formated as follow: "$namespace:$feature" +// Non-standard features should be formated as follow: "$namespace:$feature" ///////////////////// // Plugin category //