From ec77d3b4507c7a700ed36cd753ce0959ba11642f Mon Sep 17 00:00:00 2001
From: Robbert van der Helm <mail@robbertvanderhelm.nl>
Date: Wed, 6 Jul 2022 13:55:26 +0200
Subject: [PATCH] Fix typo in comment

---
 src/plugin.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugin.rs b/src/plugin.rs
index bf3b2c82..371f4b01 100644
--- a/src/plugin.rs
+++ b/src/plugin.rs
@@ -222,7 +222,7 @@ pub trait Vst3Plugin: Plugin {
     /// logner than that will be truncated. See the VST3 SDK for examples of common categories:
     /// <https://github.com/steinbergmedia/vst3_pluginterfaces/blob/2ad397ade5b51007860bedb3b01b8afd2c5f6fba/vst/ivstaudioprocessor.h#L49-L90>
     //
-    // TODO: Create a category enum similar to CLapFeature
+    // TODO: Create a category enum similar to ClapFeature
     const VST3_CATEGORIES: &'static str;
 
     /// [`VST3_CLASS_ID`][Self::VST3_CLASS_ID`] in the correct order for the current platform so