From ac87eddd604cdf93001ac5fed197b88f59a15fbf Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Wed, 29 Aug 2018 16:44:46 +0200 Subject: [PATCH] Update VampEffect.h --- src/effects/vamp/VampEffect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/effects/vamp/VampEffect.h b/src/effects/vamp/VampEffect.h index bc7e0a566..ba77054fc 100644 --- a/src/effects/vamp/VampEffect.h +++ b/src/effects/vamp/VampEffect.h @@ -31,8 +31,8 @@ class LabelTrack; #define VAMPEFFECTS_VERSION wxT("1.0.0.0") -/* i18n-hint: Vamp is the porper name of a software protocol for sound analysis. - It is not an abbreviation for anything. see http://vamp-plugins.org */ +/* i18n-hint: Vamp is the proper name of a software protocol for sound analysis. + It is not an abbreviation for anything. See http://vamp-plugins.org */ #define VAMPEFFECTS_FAMILY XO("Vamp") class VampEffect final : public Effect